svn commit: r943018 - /tomcat/taglibs/site/src/site/xdoc/index.xml

2010-05-10 Thread bayard
Author: bayard Date: Tue May 11 06:41:29 2010 New Revision: 943018 URL: http://svn.apache.org/viewvc?rev=943018&view=rev Log: Updating retired taglibs link to point to the new location for the page (attic) Modified: tomcat/taglibs/site/src/site/xdoc/index.xml Modified: tomcat/taglibs/site/sr

DO NOT REPLY [Bug 49269] Shouldn't see maxIdle > maxActive message with default props

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49269 --- Comment #1 from Matt Passell 2010-05-10 15:05:13 EDT --- Created an attachment (id=25424) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25424) default value for maxIdle matches maxActive Here's a patch. If there are any

DO NOT REPLY [Bug 49269] New: Shouldn't see maxIdle > maxActive message with default props

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49269 Summary: Shouldn't see maxIdle > maxActive message with default props Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Sev

DO NOT REPLY [Bug 49268] New: Use checkstyle to enforce common code style

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49268 Summary: Use checkstyle to enforce common code style Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: enhancement Priorit

Re: CSRF prevention filter and Tomcat 5/6

2010-05-10 Thread Mark Thomas
On 10/05/2010 13:25, Konstantin Kolinko wrote: Thoughts? It is possible to combine A+C: E. Use a different name for the new role that allows access to GUI interface only, "manager-gui", as well as new "manager-script", "manager-jmx", "manager-status". We can even rename "manager" -> "manage

svn commit: r942797 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2010-05-10 Thread markt
Author: markt Date: Mon May 10 15:44:52 2010 New Revision: 942797 URL: http://svn.apache.org/viewvc?rev=942797&view=rev Log: Make sure Tomcat instance is closed down correctly (prevents warnings in the logs). Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Modifi

svn commit: r942794 - in /tomcat/trunk/java/org/apache/catalina: Lifecycle.java util/LifecycleBase.java

2010-05-10 Thread markt
Author: markt Date: Mon May 10 15:41:58 2010 New Revision: 942794 URL: http://svn.apache.org/viewvc?rev=942794&view=rev Log: Allow the transition from NEW to DESTROYED for objects that are never started. Modified: tomcat/trunk/java/org/apache/catalina/Lifecycle.java tomcat/trunk/java/org/

Re: CSRF prevention filter and Tomcat 5/6

2010-05-10 Thread Konstantin Kolinko
2010/5/7 Mark Thomas : > I'm trying to decide the best way to back-port the configuration of this to > the (Host) Manager app in Tomcat 5 & 6. > > The requirements are: > - not to break anything that currently works > - enable CSRF for the HTML interface > - the same user cannot have access to the

svn commit: r942706 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-05-10 Thread kfujino
Author: kfujino Date: Mon May 10 10:57:03 2010 New Revision: 942706 URL: http://svn.apache.org/viewvc?rev=942706&view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=94270

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

2010-05-10 Thread kfujino
Author: kfujino Date: Mon May 10 10:56:09 2010 New Revision: 942705 URL: http://svn.apache.org/viewvc?rev=942705&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=94270

DO NOT REPLY [Bug 49170] Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS.

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49170] Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS.

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 --- Comment #2 from Keiichi Fujino 2010-05-10 06:29:36 EDT --- This fix applied to 6.0, will be in 6.0.27 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becau

svn commit: r942703 - in /tomcat/tc5.5.x/trunk: ./ container/modules/cluster/src/share/org/apache/catalina/cluster/session/ container/modules/ha/src/share/org/apache/catalina/ha/session/ container/web

2010-05-10 Thread kfujino
Author: kfujino Date: Mon May 10 10:26:35 2010 New Revision: 942703 URL: http://svn.apache.org/viewvc?rev=942703&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Do not send duplicated session. Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/conta

svn commit: r942701 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2010-05-10 Thread kfujino
Author: kfujino Date: Mon May 10 09:58:30 2010 New Revision: 942701 URL: http://svn.apache.org/viewvc?rev=942701&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Do not send duplicated session. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/o

DO NOT REPLY [Bug 49116] Memory leak by HttpSession.

2010-05-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49116 Keiichi Fujino changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r942683 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/session/StandardManager.java webapps/docs/changelog.xml

2010-05-10 Thread kfujino
Author: kfujino Date: Mon May 10 08:39:48 2010 New Revision: 942683 URL: http://svn.apache.org/viewvc?rev=942683&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49116 If session is already invalid, expire session to prevent memory leak. Modified: tomcat/tc6.0.x/trunk/STAT