DO NOT REPLY [Bug 44994] New: JSP EL condition expression fails when nested : ${a ? b ? x: y: z}

2008-05-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44994 Summary: JSP EL condition expression fails when nested: ${a ? b ? x: y: z} Product: Tomcat 6 Version: 6.0.16 Platform: Sun OS/Version: Solaris Status: NEW

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 =

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

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=656124view=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

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=656125view=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:

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: 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 (IOException

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=656247view=rev Log: - Votes. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

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/

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 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]

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]

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]

[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

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

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]

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]

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 patch

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 see how it

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

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=656494view=rev Log: fix broken build Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: