DO NOT REPLY [Bug 45648] Function 'f:length' not found

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45648 --- Comment #2 from Carlos Costa e Silva <[EMAIL PROTECTED]> 2008-08-20 09:04:29 PST --- Another note: this problem doesn't happen with tomcat 6.0.16. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 45653] Tomcat leaks classloader reference, causing java.lang.OutOfMemoryError: PermGen space

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45653 --- Comment #1 from Philip Zuev <[EMAIL PROTECTED]> 2008-08-20 10:52:33 PST --- Created an attachment (id=22462) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22462) Jhat memory report Jhat memory report -- Configure bu

DO NOT REPLY [Bug 45648] Function 'f:length' not found

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45648 --- Comment #3 from Carlos Costa e Silva <[EMAIL PROTECTED]> 2008-08-20 11:39:05 PST --- Deployed a CAS server v3.3 and found this in the logs: javax.el.ELException: Function 'f:escapeXml' not found at org.apache.el.lang.Expre

DO NOT REPLY [Bug 45661] New: NioBlockingSelector uses all CPU after a socket connection is killed

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45661 Summary: NioBlockingSelector uses all CPU after a socket connection is killed Product: Tomcat 6 Version: 6.0.18 Platform: PC OS/Version: Windows XP Status: NE

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

2008-08-20 Thread markt
Author: markt Date: Wed Aug 20 16:20:42 2008 New Revision: 687503 URL: http://svn.apache.org/viewvc?rev=687503&view=rev Log: Improved fix for 45528 (invalid SSL config). It is a variation on the previous patch that: - does the check earlier - uses an unbound socket so there is no possibility of a

DO NOT REPLY [Bug 45528] Tomcat 6 fails to detect a matching certificate and stuck in an infinite loop

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45528 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-20 16:23:22 PST --- The original patch was rejected. I have just proposed a reworked patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email

DO NOT REPLY [Bug 45653] Tomcat leaks classloader reference, causing java.lang.OutOfMemoryError: PermGen space

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

svn commit: r687506 - in /tomcat: current/tc5.5.x/STATUS.txt tc6.0.x/trunk/STATUS.txt

2008-08-20 Thread markt
Author: markt Date: Wed Aug 20 16:31:18 2008 New Revision: 687506 URL: http://svn.apache.org/viewvc?rev=687506&view=rev Log: Propose fix for 45528 Modified: tomcat/current/tc5.5.x/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/current/tc5.5.x/STATUS.txt URL: http://svn.apac

svn commit: r687508 - /tomcat/trunk/java/org/apache/juli/ClassLoaderLogManager.java

2008-08-20 Thread markt
Author: markt Date: Wed Aug 20 16:36:36 2008 New Revision: 687508 URL: http://svn.apache.org/viewvc?rev=687508&view=rev Log: Remove unnecessary casts. Reported by Jens Kapitza in https://issues.apache.org/bugzilla/show_bug.cgi?id=45655 Modified: tomcat/trunk/java/org/apache/juli/ClassLoaderL

DO NOT REPLY [Bug 45655] check permisson

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45655 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |NEEDINFO ---

DO NOT REPLY [Bug 45652] XSS patch for EL

2008-08-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45652 --- Comment #2 from Mark Thomas <[EMAIL PROTECTED]> 2008-08-20 16:41:04 PST --- I don't see a need for this to be a system property. It should be another parameter on the JSP Servlet like trimSpaces. Could you re-work the patch? -- C

[Tomcat Wiki] Update of "PoweredBy" by gustavohipolito

2008-08-20 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 gustavohipolito: http://wiki.apache.org/tomcat/PoweredBy -- = Wa

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

2008-08-20 Thread Konstantin Kolinko
Hi, Several comments: 1. There are two glitches, that got carried over from the previous version of the patch: a) > -private void initServerSocket(ServerSocket ssocket) { > +private void initServerSocket(ServerSocket ssocket) throws IOException { There is no need to declare throwing an I

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

2008-08-20 Thread Filip Hanik - Dev Lists
the checkConfig catches a SocketTimeoutException, but the javadoc says public synchronized void setSoTimeout(int timeout) throws SocketException Enable/disable SO_TIMEOUT with the specified timeout, in milli