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

2008-05-13 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

Tomcat Truststore Reloading

2008-05-13 Thread Vegar Neshaug
Hi, As far as I know, Tomcat does not support truststore reloading.This is unpractical with an active truststore. Which class(es) would be suitable for changing so as to implement truststore reloading? Regards, Vegar

svn commit: r656089 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2008-05-13 Thread fhanik
Author: fhanik Date: Tue May 13 19:29:56 2008 New Revision: 656089 URL: http://svn.apache.org/viewvc?rev=656089&view=rev Log: tab police Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.

svn commit: r656084 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java

2008-05-13 Thread fhanik
Author: fhanik Date: Tue May 13 18:58:27 2008 New Revision: 656084 URL: http://svn.apache.org/viewvc?rev=656084&view=rev Log: save a few cpu cycles to avoid exceptions being thrown when a key is invalid Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioBlockingSelector.java Modified:

Tomcat stops invalidating sessions after session expiry.

2008-05-13 Thread pg1691
Tomcat Version 6.014 on Linux. We have implemented HttpSessionListener in our application. In that listener we are doing some special code on sessionDestroyed(mainly closing connection with oracle database). But after some time tomcat stops calling that sessionDestroyed method of listener for al

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

2008-05-13 Thread Filip Hanik - Dev Lists
-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 = sm.getString("jsse.keystore_loa

DO NOT REPLY [Bug 44968] say in error message which keystore causes the problems

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44968 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-13 15:34:16 PST --- Service name and port are a little tricky. I have added type and path. This has been committed to trunk and proposed for 6.0.x -- Configure bugmail: htt

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

2008-05-13 Thread markt
Author: markt Date: Tue May 13 15:33:42 2008 New Revision: 656036 URL: http://svn.apache.org/viewvc?rev=656036&view=rev Log: Propose fix for 44968 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/STATU

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

2008-05-13 Thread markt
Author: markt Date: Tue May 13 15:32:17 2008 New Revision: 656035 URL: http://svn.apache.org/viewvc?rev=656035&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44968 Provide more information when keystore load fails Modified: tomcat/trunk/java/org/apache/tomcat/util/net/js

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

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

DO NOT REPLY [Bug 44986] JSP compilation exception with pageEncoding="utf-8 " and file with byte order marks

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44986 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-13 14:44:12 PST --- Thanks for the report. This has been fixed in trunk with an alternative patch that converts the encodings to upper case before comparison. The patch has bee

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

2008-05-13 Thread markt
Author: markt Date: Tue May 13 14:44:07 2008 New Revision: 656025 URL: http://svn.apache.org/viewvc?rev=656025&view=rev Log: Propose fix for 44986 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/STATU

svn commit: r656024 - /tomcat/trunk/java/org/apache/jasper/compiler/Validator.java

2008-05-13 Thread markt
Author: markt Date: Tue May 13 14:40:59 2008 New Revision: 656024 URL: http://svn.apache.org/viewvc?rev=656024&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44986 Convert to upper case before comparing encoding names Modified: tomcat/trunk/java/org/apache/jasper/compile

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

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

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

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44992 Summary: Troubles with ApplicationContext.getResource and the WoodStox Parser Product: Tomcat 5 Version: 5.5.17 Platform: PC OS/Version: Windows XP Status: NE

svn commit: r656018 - /tomcat/trunk/java/org/apache/jasper/compiler/Validator.java

2008-05-13 Thread markt
Author: markt Date: Tue May 13 14:19:07 2008 New Revision: 656018 URL: http://svn.apache.org/viewvc?rev=656018&view=rev Log: Code clean-up. Remove unused code, parameters, etc. Modified: tomcat/trunk/java/org/apache/jasper/compiler/Validator.java Modified: tomcat/trunk/java/org/apache/jasper

DO NOT REPLY [Bug 44988] JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988 --- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-13 13:15:33 PST --- Thanks for the patch. I have applied it to trunk and proposed it for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

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

2008-05-13 Thread markt
Author: markt Date: Tue May 13 13:15:19 2008 New Revision: 655993 URL: http://svn.apache.org/viewvc?rev=655993&view=rev Log: Propose patch for 44988 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/STA

svn commit: r655992 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2008-05-13 Thread markt
Author: markt Date: Tue May 13 13:13:22 2008 New Revision: 655992 URL: http://svn.apache.org/viewvc?rev=655992&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44988 Use Java 5 syntax to start debugger. Patch provided by Cédrik Lime. Modified: tomcat/trunk/bin/catalina.bat

[Tomcat Wiki] Update of "DocumentInOtherLanguages" by Jun Lu

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jun Lu: http://wiki.apache.org/tomcat/DocumentInOtherLanguages --

[Tomcat Wiki] Update of "DocumentInOtherLanguages" by Jun Lu

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jun Lu: http://wiki.apache.org/tomcat/DocumentInOtherLanguages -- + ==

[Tomcat Wiki] Update of "DocumentInOtherLanguages" by Jun Lu

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jun Lu: http://wiki.apache.org/tomcat/DocumentInOtherLanguages New page: Here is a list of Tomcat documents in other languages. * [http://tomcat

[Tomcat Wiki] Update of "FrontPage" by Jun Lu

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jun Lu: http://wiki.apache.org/tomcat/FrontPage -- * '''["UsingPhp"

[Tomcat Wiki] Update of "GettingStarted" by Jun Lu

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by Jun Lu: http://wiki.apache.org/tomcat/GettingStarted -- == Gettin

Re: Manage connection

2008-05-13 Thread Mark Thomas
Liang Xiao Zhu wrote: Hi everyone! I am wondering, how can i manage connection? What I want to do is simplely filter connections, such as when I have 50 request I want the follow connections will be refused. I am using a NIO protocol for to do that, in fact, I am looking at a Http11NioProcess

Re: URL decoding of plus (aka space) isn't done

2008-05-13 Thread Doug Donohoe
To answer my own question: I looked at the RFC (http://www.ietf.org/rfc/rfc2396.txt) and it appears that '+' is only reserved for query strings. The use of java.net.URLEncoder for path-portions of a URL (or even an entire URL) is incorrect. -Doug Doug Donohoe wrote: > > I'm tracking down a b

URL decoding of plus (aka space) isn't done

2008-05-13 Thread Doug Donohoe
I'm tracking down a bug in Wicket that appears in Tomcat (also Jetty). The issue is this: I'm submitting a URL with spaces and pluses in it. It is URL encoded (using java.net.URLEncoder) as follows: http://localhost:8080/bugs/home/message/message+with+spaces+and%2Bsome%2Bpluses/ On both Tomca

DO NOT REPLY [Bug 44989] using NIO connector with compression consumes all CPU

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44989 Filip Hanik <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 44989] using NIO connector with compression consumes all CPU

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44989 --- Comment #1 from Clóvis Wichoski <[EMAIL PROTECTED]> 2008-05-13 07:39:10 PST --- Created an attachment (id=21958) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21958) JConsole TopThreads -- Configure bugmail: https:/

DO NOT REPLY [Bug 44989] New: using NIO connector with compression consumes all CPU

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44989 Summary: using NIO connector with compression consumes all CPU Product: Tomcat 6 Version: 6.0.16 Platform: PC OS/Version: Linux Status: NEW Severity: critical

Manage connection

2008-05-13 Thread Liang Xiao Zhu
Hi everyone! I am wondering, how can i manage connection? What I want to do is simplely filter connections, such as when I have 50 request I want the follow connections will be refused. I am using a NIO protocol for to do that, in fact, I am looking at a Http11NioProcessor.java and Http11NioP

DO NOT REPLY [Bug 44988] New: JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44988 Summary: JPDA_OPTS in catalina.sh / catalina.bat is using old JDWP semantics Product: Tomcat 6 Version: 6.0.16 Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 44986] New: JSP compilation exception with pageEncoding=" utf-8" and file with byte order marks

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44986 Summary: JSP compilation exception with pageEncoding="utf-8" and file with byte order marks Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.

2008-05-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44494 Andrew Savory <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTE

[Tomcat Wiki] Update of "SSLWithFORMFallback6" by VegarNeshaug

2008-05-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by VegarNeshaug: http://wiki.apache.org/tomcat/SSLWithFORMFallback6 The comment on the change is: Added start() and stop() delegation --