Re: [VOTE] Release Apache Tomcat 7.0.16

2011-06-14 Thread Rainer Jung
On 11.06.2011 13:33, Mark Thomas wrote: > The proposed 7.0.16 release is: > > [ ] Broken - do not release > [ ] Alpha - go ahead and release as 7.0.16 Alpha > [ ] Beta - go ahead and release as 7.0.16 Beta > [X] Stable - go ahead and release as 7.0.16 Stable +1 for stable. - MD5 OK - signatur

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #6 from Ronald Klop 2011-06-14 10:37:39 UTC --- Is there a workaround for this issue? What should I not do in my code to prevent this? The cause r818062 is from 2009, so I must go back very far to get a Tomcat version which does

svn commit: r1135489 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties webapps/docs/ch

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:21:53 2011 New Revision: 1135489 URL: http://svn.apache.org/viewvc?rev=1135489&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 Provide an option to specify a custom trust manager Based on a patch by Luciana Moreira. Modified: tomcat

DO NOT REPLY [Bug 48208] allow to configure a custom client certificate Trust Manager in server.xml per connector attribute "trustManagerClassName"

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48208 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1135491 - in /tomcat/tc6.0.x/trunk: STATUS.txt conf/catalina.policy webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:27:38 2011 New Revision: 1135491 URL: http://svn.apache.org/viewvc?rev=1135491&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50854 Allow shared manager app when running under a security manager Modified: tomcat/tc6.0.x/trunk/STATUS.txt

DO NOT REPLY [Bug 50854] Additional catalina.policy entries for when Security Manager enabled, for session display functionality

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

svn commit: r1135492 - in /tomcat/tc6.0.x/trunk: STATUS.txt build.properties.default webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:31:09 2011 New Revision: 1135492 URL: http://svn.apache.org/viewvc?rev=1135492&view=rev Log: Update download paths in build.properties.default Use maven2 repository, because servletapi-2.3 disappeared from the maven1 repo These downloads are needed when building e

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

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:34:17 2011 New Revision: 1135494 URL: http://svn.apache.org/viewvc?rev=1135494&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: r1135497 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:41:45 2011 New Revision: 1135497 URL: http://svn.apache.org/viewvc?rev=1135497&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51042 Don't notify session creation listeners when changing session ID on authentication Modified: tomcat/tc6.

DO NOT REPLY [Bug 51042] HttpSessionListener.sessionCreated() is called a second time when user is authenticated with no matching sessionDestroyed() call.

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51042 --- Comment #4 from Mark Thomas 2011-06-14 11:41:58 UTC --- Fixed in 6.0.x and will be included in 6.0.33 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

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

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:42:48 2011 New Revision: 1135498 URL: http://svn.apache.org/viewvc?rev=1135498&view=rev Log: Withdraw my proposal. Support Konstantin's alternative. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.o

svn commit: r1135500 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt bin/catalina.sh webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 11:48:33 2011 New Revision: 1135500 URL: http://svn.apache.org/viewvc?rev=1135500&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51309 Correct logic in catalina.sh stop when using a PID file to ensure the correct message is shown. Patch provide

DO NOT REPLY [Bug 51309] Patch to better stop support with CATALINA_PID

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

svn commit: r1135544 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 13:04:43 2011 New Revision: 1135544 URL: http://svn.apache.org/viewvc?rev=1135544&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51315 Removing an authenticator valve triggers an IAE Patch provided by Violeta Georgieva Modified: tomcat/tc6.

DO NOT REPLY [Bug 51315] Removing Valve from StandardContext causes IllegalArgumentException

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

svn commit: r1135548 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 13:07:17 2011 New Revision: 1135548 URL: http://svn.apache.org/viewvc?rev=1135548&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51348 Prevent possible NPE when processing WebDAV locks Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc

DO NOT REPLY [Bug 51348] Potential NullPointerException in org.apache.catalina.servlets.WebdavServlet at line 1336

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

Time for 6.0.33?

2011-06-14 Thread Mark Thomas
The changelog is getting quite long for 6.0.x. Is it time for another release? Jean-Frederic - are you able to RM this or do we need to find a volunteer for this one? Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache

DO NOT REPLY [Bug 51315] Removing Valve from StandardContext causes IllegalArgumentException

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51315 --- Comment #3 from violet...@apache.org 2011-06-14 13:16:29 UTC --- (In reply to comment #2) > Thanks for the patch. It has been applied to 6.0.x and will be included in > 6.0.33 onwards. Great!Thanks! -- Configure bugmail: https://issue

DO NOT REPLY [Bug 51315] Removing Valve from StandardContext causes IllegalArgumentException

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51315 --- Comment #4 from violet...@apache.org 2011-06-14 13:26:43 UTC --- (In reply to comment #2) > Thanks for the patch. It has been applied to 6.0.x and will be included in > 6.0.33 onwards. I just checked the commit and the description of th

svn commit: r1135561 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 13:30:08 2011 New Revision: 1135561 URL: http://svn.apache.org/viewvc?rev=1135561&view=rev Log: Correct description Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/v

DO NOT REPLY [Bug 51315] Removing Valve from StandardContext causes IllegalArgumentException

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51315 --- Comment #5 from Mark Thomas 2011-06-14 13:30:18 UTC --- Corrected -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

DO NOT REPLY [Bug 51315] Removing Valve from StandardContext causes IllegalArgumentException

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51315 --- Comment #6 from violet...@apache.org 2011-06-14 13:37:08 UTC --- (In reply to comment #5) > Corrected Thanks -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

svn commit: r1135572 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/valves/RequestDumperValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2011-06-14 Thread markt
Author: markt Date: Tue Jun 14 13:46:24 2011 New Revision: 1135572 URL: http://svn.apache.org/viewvc?rev=1135572&view=rev Log: CTR: Docs / Javadoc Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51346 Make clear the circumstances in which the RequestDumperValve will consume the request's I

DO NOT REPLY [Bug 51346] When RequestDumperValve is enabled, an attempt to read from InputStream from an application is failing

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51346 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 51346] When RequestDumperValve is enabled, an attempt to read from InputStream from an application is failing

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51346 --- Comment #14 from violet...@apache.org 2011-06-14 14:17:47 UTC --- (In reply to comment #13) > Modified patch applied (the updated patch still ignored the content-type) to > 6.0.x and will be included in 6.0.33 onwards. Thanks! -- Conf

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

2011-06-14 Thread kkolinko
Author: kkolinko Date: Tue Jun 14 16:30:16 2011 New Revision: 1135684 URL: http://svn.apache.org/viewvc?rev=1135684&view=rev Log: vote 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=11

DO NOT REPLY [Bug 51306] NPE in DeltaRequest.writeExternal(DeltaRequest.java:267) when handling remote session expiration

2011-06-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51306 --- Comment #7 from Filip Hanik 2011-06-15 01:50:50 UTC --- It's a bug in Tomcat, some funky cyclic implementation that I still fully don't understand. Invoking listeners on expiring sessionsmaybe valid...maybe not needed However,

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

2011-06-14 Thread kfujino
Author: kfujino Date: Wed Jun 15 02:02:09 2011 New Revision: 1135892 URL: http://svn.apache.org/viewvc?rev=1135892&view=rev Log: vote 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=113

Questions about the ajp1.3 connector

2011-06-14 Thread 姚伟斌
Hi, folks, I have some questions about the ajp1.3 connector. Is there any other official document for ajp1.3 connector? This url ( http://tomcat.apache.org/connectors-doc/ajp/ajpv13a.html) seems lack of something. In Send Body Chunk Packet, Is always there an extra zero byte with each packet chun