DO NOT REPLY [Bug 45516] All Tomcat http threads stuck in java.net.SocketOutputStream.socketWrite0(Native Method)

2008-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45516 --- Comment #1 from Ville Hartikainen [EMAIL PROTECTED] 2008-08-01 00:52:56 PST --- Version information of used JDK and Tomcat, as reported by catalina.sh version -- Using JRE_HOME: /usr/java/jdk1.5.0_13/ Server

When will release 6.0.18 be published to maven?

2008-08-01 Thread Mohn, Robert
When will release 6.0.18 be published to the maven repositories? Thanks, -Rob

svn commit: r681699 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html docs/security-6.html xdocs/security-4.xml xdocs/security-5.xml xdocs/security-6.xml

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 07:05:44 2008 New Revision: 681699 URL: http://svn.apache.org/viewvc?rev=681699view=rev Log: Update security pages. Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html

svn commit: r681736 - /tomcat/trunk/java/org/apache/el/parser/ELParser.jjt

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 09:11:14 2008 New Revision: 681736 URL: http://svn.apache.org/viewvc?rev=681736view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42565 This patch: - limits the regexp for namespace to what is in the spec - removes the namespace token since the

svn commit: r681737 - in /tomcat/trunk/java/org/apache/el/parser: ELParser.java ELParserConstants.java ELParserTokenManager.java

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 09:20:14 2008 New Revision: 681737 URL: http://svn.apache.org/viewvc?rev=681737view=rev Log: Update auto-generated code after recent jjt changes. Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java

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

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 09:21:20 2008 New Revision: 681738 URL: http://svn.apache.org/viewvc?rev=681738view=rev Log: Propose fix for 45511 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 45523] Setting outputBuffer in Connector has no effect

2008-08-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45523 --- Comment #2 from Timo Kinnunen [EMAIL PROTECTED] 2008-08-01 09:59:55 PST --- Thanks, for posterity, the correct answer seems to be to do response.setBufferSize(128000); first thing in the Filter. Also, may I respectfully

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

2008-08-01 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Author: markt Date: Fri Aug 1 09:21:20 2008 New Revision: 681738 URL: http://svn.apache.org/viewvc?rev=681738view=rev Log: Propose fix for 45511 Just a heads-up. I am having new EL difficulties that could be related to this fix. I may be updating it / withdrawing

svn commit: r681789 - /tomcat/trunk/java/org/apache/el/parser/ELParser.jjt

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 12:23:25 2008 New Revision: 681789 URL: http://svn.apache.org/viewvc?rev=681789view=rev Log: Needed to look ahead one more token to differentiate between a function call and an identifier. Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.jjt

svn commit: r681792 - /tomcat/trunk/java/org/apache/el/parser/ELParser.java

2008-08-01 Thread markt
Author: markt Date: Fri Aug 1 12:25:41 2008 New Revision: 681792 URL: http://svn.apache.org/viewvc?rev=681792view=rev Log: The surprisingly small update to the auto generate code to go with the update to the jjtree file Modified: tomcat/trunk/java/org/apache/el/parser/ELParser.java

Re: [CVE-2008-2370] Apache Tomcat information disclosure vulnerability

2008-08-01 Thread William A. Rowe, Jr.
Mark Thomas wrote: Description: When using a RequestDispatcher the target path was normalised before the query string was removed. A request that included a specially crafted request parameter could be used to access content that would otherwise be protected by a security constraint or by