svn commit: r656494 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread fhanik
Author: fhanik Date: Wed May 14 19:53:51 2008 New Revision: 656494 URL: http://svn.apache.org/viewvc?rev=656494&view=rev Log: fix broken build Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSES

Re: thread safety of org.apache.catalina.authenticator.SingleSignOn

2008-05-14 Thread DIGLLOYD INC
Bill, Thank your for the thoughtful response. I agree that there is unlikely to be a problem in practice on commonly- used systems (which typically have write-through caches). And most JVM implementations (if not all) can't track small changes; everything gets flushed pretty quickly becaus

Re: thread safety of org.apache.catalina.authenticator.SingleSignOn

2008-05-14 Thread Bill Barker
"DIGLLOYD INC" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > First, I'm an experienced developer, and well-versed in Java threading. > My main work is on the Glassfish project at Sun. > > I've been looking into the code of > org.apache.catalina.authenticator.SingleSignOn to se

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2008-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 --- Comment #10 from Nils Eckert <[EMAIL PROTECTED]> 2008-05-14 14:07:42 PST --- Created an attachment (id=21962) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21962) Proposed patch taking care of primitive types This pat

DO NOT REPLY [Bug 43285] Missing EL Coercion causes argument type mismatch

2008-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43285 Nils Eckert <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

May Chun Chew/FEA/PEC is out of the office.

2008-05-14 Thread May Chun Chew
I will be out of the office starting 05/15/2008 and will not return until 05/20/2008. I am Contactable at (65)97876648. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

thread safety of org.apache.catalina.authenticator.SingleSignOn

2008-05-14 Thread DIGLLOYD INC
First, I'm an experienced developer, and well-versed in Java threading. My main work is on the Glassfish project at Sun. I've been looking into the code of org.apache.catalina.authenticator.SingleSignOn to see how it works, and I've noticed a number of thread-safety bugs. My understanding

[EMAIL PROTECTED]: Project tomcat-trunk (in module tomcat-trunk) failed

2008-05-14 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project tomcat-trunk has an issue affecting its community integration. This issue affects

Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: Mark Thomas wrote: Peter Rossbach wrote: Hi Mark Java 5 don't support new IOExceptin(String, Throwable) compile: [javac] Compiling 49 source files to /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes [javac] /Users/peter/develop/p

Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread Filip Hanik - Dev Lists
Mark Thomas wrote: Peter Rossbach wrote: Hi Mark Java 5 don't support new IOExceptin(String, Throwable) compile: [javac] Compiling 49 source files to /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes [javac] /Users/peter/develop/projects/tomcat/tomcat6currenttru

Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread Mark Thomas
Peter Rossbach wrote: Hi Mark Java 5 don't support new IOExceptin(String, Throwable) compile: [javac] Compiling 49 source files to /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/output/classes [javac] /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/java/org/apache/t

DO NOT REPLY [Bug 44992] Troubles with ApplicationContext. getResource and the WoodStox Parser

2008-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44992 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread Peter Rossbach
Hi Mark Java 5 don't support new IOExceptin(String, Throwable) compile: [javac] Compiling 49 source files to /Users/peter/develop/ projects/tomcat/tomcat6currenttrunk/output/classes [javac] /Users/peter/develop/projects/tomcat/tomcat6currenttrunk/ java/org/apache/tomcat/util/net/jsse/J

DO NOT REPLY [Bug 44992] Troubles with ApplicationContext. getResource and the WoodStox Parser

2008-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44992 Doug Drechsel <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED

svn commit: r656247 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-14 Thread remm
Author: remm Date: Wed May 14 05:20:54 2008 New Revision: 656247 URL: http://svn.apache.org/viewvc?rev=656247&view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=6562

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

2008-05-14 Thread Mark Thomas
Mario Ivankovits wrote: Hi! } catch (FileNotFoundException fnfe) { log.error(sm.getString("jsse.keystore_load_failed", type, path, -fnfe.getMessage())); +fnfe.getMessage()), fnfe); throw fnfe; } catch (IOExceptio

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) { >

svn commit: r656125 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-05-14 Thread markt
Author: markt Date: Wed May 14 00:21:29 2008 New Revision: 656125 URL: http://svn.apache.org/viewvc?rev=656125&view=rev Log: Add improvement to JSSE logging patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r656124 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-05-14 Thread markt
Author: markt Date: Wed May 14 00:17:46 2008 New Revision: 656124 URL: http://svn.apache.org/viewvc?rev=656124&view=rev Log: Improve logging messages associated with previous commit in response to Filip's veto Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

Re: Tomcat stops invalidating sessions after session expiry.

2008-05-14 Thread Mark Thomas
pg1691 wrote: Can you please guide me how to kill that problem session or fix tomcat such that it invalidates all expired sessions. This looks like a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: svn commit: r656035 - in /tomcat/trunk/java/org/apache/tomcat/util/net/jsse: JSSESocketFactory.java res/LocalStrings.properties

2008-05-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: -1, this code change here -log.error("Exception trying to load keystore " +path,ex); -throw new IOException("Exception trying to load keystore " + - path + ": " + ex.getMessage() ); +String msg =