Re: svn commit: r1094069 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/manager/ java/org/apache/catalina/session/ webapps/docs/

2011-04-18 Thread Remy Maucherat
On Sat, 2011-04-16 at 22:25 +, ma...@apache.org wrote: > Author: markt > Date: Sat Apr 16 22:25:28 2011 > New Revision: 1094069 > > URL: http://svn.apache.org/viewvc?rev=1094069&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51042 > Don't trigger session creation list

Re: svn commit: r1094069 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/manager/ java/org/apache/catalina/session/ webapps/docs/

2011-04-18 Thread Mark Thomas
On 18/04/2011 02:43, Keiichi Fujino wrote: > A primary node is never notified to the listener when changing the > session ID during authentication. > Should I not notify the listener if non-primary node receives > EVT_CHANGE_SESSION_ID? My own view is that a session ID change (from authentication,

Re: svn commit: r1094069 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/manager/ java/org/apache/catalina/session/ webapps/docs/

2011-04-18 Thread Mark Thomas
On 18/04/2011 10:13, Remy Maucherat wrote: > On Sat, 2011-04-16 at 22:25 +, ma...@apache.org wrote: >> Author: markt >> Date: Sat Apr 16 22:25:28 2011 >> New Revision: 1094069 >> >> URL: http://svn.apache.org/viewvc?rev=1094069&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug

svn commit: r1094485 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 11:02:39 2011 New Revision: 1094485 URL: http://svn.apache.org/viewvc?rev=1094485&view=rev Log: Stop trying to check for >0ms processing time in access log. There are other tests that check for correct operation so no need for this. Hopefully address last remaining

svn commit: r1094490 - /tomcat/trunk/webapps/docs/config/context.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 11:19:16 2011 New Revision: 1094490 URL: http://svn.apache.org/viewvc?rev=1094490&view=rev Log: Add note that antiJARLocking and antiResourceLocking should not be used together. Line length Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomca

svn commit: r1094491 - /tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 11:19:47 2011 New Revision: 1094491 URL: http://svn.apache.org/viewvc?rev=1094491&view=rev Log: Add note that antiJARLocking and antiResourceLocking should not be used together. Line length Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Modifie

svn commit: r1094492 - /tomcat/tc5.5.x/trunk/container/webapps/docs/config/context.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 11:20:02 2011 New Revision: 1094492 URL: http://svn.apache.org/viewvc?rev=1094492&view=rev Log: Add note that antiJARLocking and antiResourceLocking should not be used together. Line length Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/context.xm

svn commit: r1094569 - in /tomcat/trunk: java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 13:41:37 2011 New Revision: 1094569 URL: http://svn.apache.org/viewvc?rev=1094569&view=rev Log: Correct a regression in the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49916 that resulted in JSPs being compiled twice rather than just once. Modified:

svn commit: r1094577 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/jasper/compiler/ELFunctionMapper.java webapps/docs/changelog.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 13:57:01 2011 New Revision: 1094577 URL: http://svn.apache.org/viewvc?rev=1094577&view=rev Log: Don't initialize classes during compilation http://svn.apache.org/viewvc?rev=1079801&view=rev Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/tru

DO NOT REPLY [Bug 50895] JSP compiler initializes classes during compile which can result in failures

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

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

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:00:33 2011 New Revision: 1094580 URL: http://svn.apache.org/viewvc?rev=1094580&view=rev Log: Fix timestamp when using version.[sh|bat] Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/build.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog

svn commit: r1094582 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt conf/web.xml webapps/docs/changelog.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:04:17 2011 New Revision: 1094582 URL: http://svn.apache.org/viewvc?rev=1094582&view=rev Log: Remove unnecessary whitespace from MIME mapping entries in default web.xml Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt t

svn commit: r1094584 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/juli/FileHandler.java webapps/docs/changelog.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:07:18 2011 New Revision: 1094584 URL: http://svn.apache.org/viewvc?rev=1094584&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49180 Add option to disable log rotation in juli FileHandler Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomc

DO NOT REPLY [Bug 49180] Add option to disable log rotation in FileHandler.

2011-04-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49180 --- Comment #4 from Mark Thomas 2011-04-18 10:07:33 EDT --- 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: r1094587 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/valves/AccessLogValve.java webapps/docs/changelog.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:21:58 2011 New Revision: 1094587 URL: http://svn.apache.org/viewvc?rev=1094587&view=rev Log: Implement display of multiple request headers in AccessLogValve (kkolinko) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt t

svn commit: r1094602 - /tomcat/trunk/webapps/docs/config/http.xml

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 14:43:26 2011 New Revision: 1094602 URL: http://svn.apache.org/viewvc?rev=1094602&view=rev Log: Add missing whitespace Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tom

Re: processorCache for APR connector is unlimited

2011-04-18 Thread Mark Thomas
On 08/04/2011 09:58, Tim Whittington wrote: > The Http11Protocol and Http11NioProtocol connectors set processorCache > to 200 by default, which matches the docs ([2]). > The Http11AprProtocol sets it to -1 (unlimited) - is this > intentional/desired or accidental? > > This appears to have been int

svn commit: r1094621 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/ webapps/docs/ webapps/docs/config/

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 15:38:07 2011 New Revision: 1094621 URL: http://svn.apache.org/viewvc?rev=1094621&view=rev Log: Align connector implementations with documented default for processorCache Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocolHandler.java tomcat/trunk

svn commit: r1094650 - in /tomcat/trunk/java/org/apache/catalina/users: AbstractGroup.java AbstractRole.java AbstractUser.java MemoryUser.java MemoryUserDatabase.java MemoryUserDatabaseFactory.java

2011-04-18 Thread markt
Author: markt Date: Mon Apr 18 16:59:26 2011 New Revision: 1094650 URL: http://svn.apache.org/viewvc?rev=1094650&view=rev Log: Add missing @Override Modified: tomcat/trunk/java/org/apache/catalina/users/AbstractGroup.java tomcat/trunk/java/org/apache/catalina/users/AbstractRole.java t