log and throw exception [was: Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java]

2008-05-14 Thread Mario Ivankovits
Hi! > } catch (FileNotFoundException fnfe) { > log.error(sm.getString("jsse.keystore_load_failed", type, path, > -fnfe.getMessage())); > +fnfe.getMessage()), fnfe); > throw fnfe; > } catch (IOException ioe) { >

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi!Costin Manolache schrieb: > The extra src/ is useless in our code organization. > Sure, but it didn't cost anything and it makes clear where to look if one searches the sources. Its simply one nice little place for all the great code. But ok, its my personal preference :-) --- Mario -

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Mario Ivankovits
Hi! >> tc6(.0.x ?)/trunk/java >> tc6/trunk/native >> tc6/trunk/webapps >> tc6/trunk/res Isn't it widely used to have: src/java src/tests src/native Ciao, Mario - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [OT] A small unsubscribe how-to.

2006-01-10 Thread Mario Ivankovits
Hi! 1. Start up your mail client. 2. Compose a mail to "[EMAIL PROTECTED]" Based on the mail footer it should be: [EMAIL PROTECTED] 3. The subject be have "Unsubscribe". (I didn't experiment without the Ubsubscribe statement). 4. Send the mail. 5. You should get a mail from the ezmlm mail

Re: See The Message

2006-01-10 Thread Mario Ivankovits
Hi! Unsuscribe failed .. From the logs it looks like you use "[EMAIL PROTECTED]", but from the mail footer it should be: To unsubscribe, e-mail: [EMAIL PROTECTED] Sorry, if I misinterpreted the log. Ciao, Mario - To un