tagging tc native 1.1.21 for a release

2011-01-05 Thread jean-frederic clere
Hi, I plan to tag TOMCAT_NATIVE_1_1_21 to release it later, is that OK? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1055776 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2011-01-05 Thread jfclere
Author: jfclere Date: Thu Jan 6 07:42:48 2011 New Revision: 1055776 URL: http://svn.apache.org/viewvc?rev=1055776&view=rev Log: Add missing information. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/change

svn commit: r1055690 - /tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java

2011-01-05 Thread fhanik
Author: fhanik Date: Wed Jan 5 23:58:38 2011 New Revision: 1055690 URL: http://svn.apache.org/viewvc?rev=1055690&view=rev Log: allow system to start Modified: tomcat/trunk/test/org/apache/catalina/connector/TestMaxConnections.java Modified: tomcat/trunk/test/org/apache/catalina/connector/T

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #15 from Mark Thomas 2011-01-05 11:48:05 EST --- No. The view was that it was mis-configuration rather than a vulnerability (the default servlet was never intended to be mapped to anything other than /). -- Configure bugmail:

DO NOT REPLY [Bug 50026] DefaultServlet serves META-INF and WEB-INF from root when remapped on /folder/*

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50026 --- Comment #14 from Christopher Schultz 2011-01-05 11:30:07 EST --- Has a CVE number been assigned to this? Seems there should be one, and this vulnerability should be documented in Tomcat's security page(s). -- Configure bugmail: https

DO NOT REPLY [Bug 49929] AJP APR connector to mod_jk can result in SEND_BODY_CHUNK message after END_RESPONSE message

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49929 --- Comment #11 from Mark Thomas 2011-01-05 10:10:23 EST --- Without a reproducible test case this is eventually going to get closed as WONTFIX. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

DO NOT REPLY [Bug 50453] Multiple X-Forwarded-For headers not handled by RemoteIP valve

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 --- Comment #13 from Mark Thomas 2011-01-05 10:08:01 EST --- Fixed in trunk for 7.0.x and will be included in 7.0.6 onwards. I also updated the test cases. The Valve fix has been proposed for 6.0.x. -- Configure bugmail: https://issues.a

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

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 15:06:58 2011 New Revision: 1055483 URL: http://svn.apache.org/viewvc?rev=1055483&view=rev Log: Proposal 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=1

svn commit: r1055482 - in /tomcat/trunk: java/org/apache/catalina/filters/ java/org/apache/catalina/valves/ test/org/apache/catalina/filters/ test/org/apache/catalina/valves/ webapps/docs/

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 15:05:42 2011 New Revision: 1055482 URL: http://svn.apache.org/viewvc?rev=1055482&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50453 Correctly handle multiple X-Forwarded-For headers Modified: tomcat/trunk/java/org/apache/catalina/filters

svn commit: r1055469 - in /tomcat/trunk/java/org/apache/catalina/valves: AccessLogValve.java CometConnectionManagerValve.java ErrorReportValve.java JDBCAccessLogValve.java PersistentValve.java RemoteI

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 14:28:30 2011 New Revision: 1055469 URL: http://svn.apache.org/viewvc?rev=1055469&view=rev Log: Remove unnecessary code. Valves in this package can use the StringManager defined in ValveBase Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.

DO NOT REPLY [Bug 50459] StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50459 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1055465 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 14:18:05 2011 New Revision: 1055465 URL: http://svn.apache.org/viewvc?rev=1055465&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50459 StandardContext.bindThread() and unbindThread() are not symmetrical and not limited to current thread (slaur

DO NOT REPLY [Bug 50460] First access to a jspx page causes classloader leak in JspDocumentParser

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1055461 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/JspDocumentParser.java java/org/apache/naming/resources/ImmutableNameNotFoundException.java webapps/docs/

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 13:59:06 2011 New Revision: 1055461 URL: http://svn.apache.org/viewvc?rev=1055461&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 Avoid leak caused by using a cached exception instance (kkolinko) Modified: tomcat/tc6.0.x/trunk/ (prop

DO NOT REPLY [Bug 50467] Occasional NIO connector lockups on high load

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50467 --- Comment #4 from Mark Thomas 2011-01-05 08:53:41 EST --- The null check seems reasonable to me. I have fixed this in 7.0.x and it will be included in 7.0.6 onwards. I have also proposed the fix for 6.0.x. -- Configure bugmail: https:

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

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 13:53:33 2011 New Revision: 1055459 URL: http://svn.apache.org/viewvc?rev=1055459&view=rev Log: Proposal 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=1

svn commit: r1055458 - in /tomcat/trunk: java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 13:51:48 2011 New Revision: 1055458 URL: http://svn.apache.org/viewvc?rev=1055458&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50467 Protect against NPE that will cause Poller to fail Modified: tomcat/trunk/java/org/apache/tomcat/util/net

Re: Time for 6.0.30?

2011-01-05 Thread Mladen Turk
On 01/05/2011 12:49 PM, jean-frederic clere wrote: On 01/04/2011 07:04 PM, Konstantin Kolinko wrote: I'd be nice if next release of commons-daemon were available in time for TC 6.0.30 to use it. I think Mladen is working on that :D Right. Tagged 1.0.5, and currently in VOTE stage. I hope I

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

2011-01-05 Thread jfclere
Author: jfclere Date: Wed Jan 5 12:23:36 2011 New Revision: 1055439 URL: http://svn.apache.org/viewvc?rev=1055439&view=rev Log: My 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?re

Re: Time for 6.0.30?

2011-01-05 Thread jean-frederic clere
On 01/04/2011 07:04 PM, Konstantin Kolinko wrote: 2011/1/4 jean-frederic clere: On 01/04/2011 11:44 AM, Mark Thomas wrote: It has been a while since 6.0.29 and there have been a few requests for this on the users list. Jean-Frederic, do you have any plans for 6.0.30 at this point? Next week

DO NOT REPLY [Bug 50541] JNDIRealm: support configuring LDAP sizeLimit (countLimit in SearchControls)

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50541 --- Comment #3 from Mark Thomas 2011-01-05 06:36:35 EST --- There are no such plans at present. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 50541] JNDIRealm: support configuring LDAP sizeLimit (countLimit in SearchControls)

2011-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50541 --- Comment #2 from Marek Wasilewski 2011-01-05 06:33:18 EST --- (In reply to comment #1) > Fixed in 7.0.x and will be included in 7.0.6 onwards. Areyou planning on applying this fix also to the 6.0.x version? -- Configure bugmail: http

svn commit: r1055391 - in /tomcat/trunk/java/org/apache/catalina: connector/OutputBuffer.java connector/Response.java valves/AccessLogValve.java valves/ErrorReportValve.java valves/JDBCAccessLogValve.

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 10:10:29 2011 New Revision: 1055391 URL: http://svn.apache.org/viewvc?rev=1055391&view=rev Log: Simplify getContentCount. Prep for fixing bug 50496 Modified: tomcat/trunk/java/org/apache/catalina/connector/OutputBuffer.java tomcat/trunk/java/org/apache/catal

svn commit: r1055389 - /tomcat/trunk/java/org/apache/coyote/Response.java

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 09:57:44 2011 New Revision: 1055389 URL: http://svn.apache.org/viewvc?rev=1055389&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.or

svn commit: r1055384 - /tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 09:47:43 2011 New Revision: 1055384 URL: http://svn.apache.org/viewvc?rev=1055384&view=rev Log: Remove unused methods Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/IdentityOutputFilter.java Modified: tomcat/trunk/java/org/apache/coyote/http11/fi

svn commit: r1055382 - in /tomcat/trunk/java/org/apache/coyote/http11/filters: ChunkedOutputFilter.java GzipOutputFilter.java IdentityOutputFilter.java VoidOutputFilter.java

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 09:45:18 2011 New Revision: 1055382 URL: http://svn.apache.org/viewvc?rev=1055382&view=rev Log: Remove unused constants (follow up to r1055377) Modified: tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java tomcat/trunk/java/org/apache

svn commit: r1055377 - in /tomcat/trunk/java/org/apache/coyote/http11: OutputFilter.java filters/ChunkedOutputFilter.java filters/GzipOutputFilter.java filters/IdentityOutputFilter.java filters/VoidOu

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 09:40:09 2011 New Revision: 1055377 URL: http://svn.apache.org/viewvc?rev=1055377&view=rev Log: Remove unused method Modified: tomcat/trunk/java/org/apache/coyote/http11/OutputFilter.java tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedOutputFilter

svn commit: r1055357 - /tomcat/trunk/test/org/apache/coyote/http11/TestGzipOutputFilter.java

2011-01-05 Thread markt
Author: markt Date: Wed Jan 5 08:44:20 2011 New Revision: 1055357 URL: http://svn.apache.org/viewvc?rev=1055357&view=rev Log: Fix required after removing unused code Modified: tomcat/trunk/test/org/apache/coyote/http11/TestGzipOutputFilter.java Modified: tomcat/trunk/test/org/apache/coyote/