svn commit: r1186631 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 07:00:57 2011 New Revision: 1186631 URL: http://svn.apache.org/viewvc?rev=1186631view=rev Log: Avoid an unnecessary session ID change notice. Notice of changed session ID by JvmRouteBinderValve is unnecessary to BackupManager. In BackupManager, change of

svn commit: r1186632 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/JvmRouteBinderValve.java webapps/docs/changelog.xml

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 07:03:03 2011 New Revision: 1186632 URL: http://svn.apache.org/viewvc?rev=1186632view=rev Log: Avoid an unnecessary session ID change notice. Notice of changed session ID by JvmRouteBinderValve is unnecessary to BackupManager. In BackupManager, change of

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

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 07:12:17 2011 New Revision: 1186635 URL: http://svn.apache.org/viewvc?rev=1186635view=rev Log: Proposal. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

buildbot success in ASF Buildbot on tomcat-trunk

2011-10-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/2389 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build

Re: svn commit: r1186485 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-10-20 Thread Konstantin Kolinko
2011/10/20 ma...@apache.org: Author: markt Date: Wed Oct 19 20:55:39 2011 New Revision: 1186485 URL: http://svn.apache.org/viewvc?rev=1186485view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Buffers not correctly reset between keep-alive requests when using async

svn commit: r1186681 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/JdbcInterceptor.java

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 09:19:37 2011 New Revision: 1186681 URL: http://svn.apache.org/viewvc?rev=1186681view=rev Log: Fix BZ52015. JdbcInterceptor passes not 'this' but 'proxy' to getNext().invoke. Modified:

svn commit: r1186683 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 09:24:59 2011 New Revision: 1186683 URL: http://svn.apache.org/viewvc?rev=1186683view=rev Log: update changelog for bz52015. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1186687 - /tomcat/tc7.0.x/trunk/modules/

2011-10-20 Thread kfujino
Author: kfujino Date: Thu Oct 20 09:28:52 2011 New Revision: 1186687 URL: http://svn.apache.org/viewvc?rev=1186687view=rev Log: Update external. Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/modules/

DO NOT REPLY [Bug 51953] Proposal: netmask filtering valve and filter

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51953 --- Comment #23 from Francis Galiegue fgalie...@gmail.com 2011-10-20 09:31:34 UTC --- Comments? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

DO NOT REPLY [Bug 52015] JdbcInterceptor passes wrong argument to getNext().invoke

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52015 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1186712 - /tomcat/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 10:18:40 2011 New Revision: 1186712 URL: http://svn.apache.org/viewvc?rev=1186712view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9 Restore original method name when forward to the login page returns Modified:

svn commit: r1186719 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/FormAuthenticator.java webapps/docs/changelog.xml

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 10:25:45 2011 New Revision: 1186719 URL: http://svn.apache.org/viewvc?rev=1186719view=rev Log: Merged revision 1186712 from tomcat/trunk: https://issues.apache.org/bugzilla/show_bug.cgi?id=51940#c9 Restore original method name when forward to the login page

DO NOT REPLY [Bug 51940] Form Authentication Valve should restore request body on PUT method

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 --- Comment #11 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-20 10:28:18 UTC --- (In reply to comment #10) (In reply to comment #9) 1. I tried to test this in trunk, and replaying a POST request fails for me. That is a

DO NOT REPLY [Bug 51940] Form Authentication Valve should restore request body on PUT method

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51940 --- Comment #12 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-20 10:39:24 UTC --- Created attachment 27825 -- https://issues.apache.org/bugzilla/attachment.cgi?id=27825 2011-10-20_tc6_51940_v3.patch TC 6 version of the patch In

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

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 10:49:49 2011 New Revision: 1186731 URL: http://svn.apache.org/viewvc?rev=1186731view=rev Log: Updated the patch. Added r1186378 and aligned with r1186712. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1186743 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 11:29:38 2011 New Revision: 1186743 URL: http://svn.apache.org/viewvc?rev=1186743view=rev Log: in TestFormAuthenticator: Replaced string concatenation with StringBuilder. Autoformatted the code. No functional change. Modified:

svn commit: r1186750 - /tomcat/trunk/test/org/apache/catalina/authenticator/TestFormAuthenticator.java

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 11:56:54 2011 New Revision: 1186750 URL: http://svn.apache.org/viewvc?rev=1186750view=rev Log: Expand the test to cover regression fixed in 7.0.23: check that parameters in the original request have reached the protected page.

svn commit: r1186752 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestFormAuthenticator.java

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 11:58:57 2011 New Revision: 1186752 URL: http://svn.apache.org/viewvc?rev=1186752view=rev Log: Merged revision 1186743 from tomcat/trunk: in TestFormAuthenticator: Replaced string concatenation with StringBuilder. Autoformatted the code. No functional change.

svn commit: r1186753 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestFormAuthenticator.java

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 12:01:22 2011 New Revision: 1186753 URL: http://svn.apache.org/viewvc?rev=1186753view=rev Log: Merged revision 1186750 from tomcat/trunk: Expand the test to cover regression fixed in 7.0.23: check that parameters in the original request have reached the protected

DO NOT REPLY [Bug 49779] 501 Method not implemented with successive POST requests

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49779 --- Comment #4 from Konstantin Kolinko knst.koli...@gmail.com 2011-10-20 12:13:52 UTC --- (In reply to comment #3) One side-effect of consuming the Request's body is that consumers of the restored request are forced into using

svn commit: r1186763 - /tomcat/trunk/res/tomcat.nsi

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 12:36:07 2011 New Revision: 1186763 URL: http://svn.apache.org/viewvc?rev=1186763view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Delete Tomcat key from HKLM branch of Windows Registry on deinstallation. The bug affects 32-bit systems

svn commit: r1186769 - in /tomcat/tc7.0.x/trunk: ./ res/tomcat.nsi webapps/docs/changelog.xml

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 12:46:47 2011 New Revision: 1186769 URL: http://svn.apache.org/viewvc?rev=1186769view=rev Log: Merged revision 1186763 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Delete Tomcat key from HKLM branch of Windows Registry on

DO NOT REPLY [Bug 52059] Windows Registry are not removed after uninstall

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

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

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 12:56:31 2011 New Revision: 1186776 URL: http://svn.apache.org/viewvc?rev=1186776view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2011-10-20 Thread kkolinko
Author: kkolinko Date: Thu Oct 20 12:57:13 2011 New Revision: 1186777 URL: http://svn.apache.org/viewvc?rev=1186777view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 52059] Windows Registry are not removed after uninstall

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 --- Comment #3 from Mark Thomas ma...@apache.org 2011-10-20 15:29:16 UTC --- Ah. I was testing on 64-bit which is why I didn't see it. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

Re: svn commit: r1186631 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread Mark Thomas
On 20/10/2011 08:00, kfuj...@apache.org wrote: Author: kfujino Date: Thu Oct 20 07:00:57 2011 New Revision: 1186631 URL: http://svn.apache.org/viewvc?rev=1186631view=rev Log: Avoid an unnecessary session ID change notice. Given this... Notice of changed session ID by JvmRouteBinderValve

DO NOT REPLY [Bug 52059] Windows Registry are not removed after uninstall

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52059 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|Packaging |Native:Packaging

Re: svn commit: r1186485 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java webapps/docs/changelog.xml

2011-10-20 Thread Mark Thomas
On 20/10/2011 10:07, Konstantin Kolinko wrote: 2011/10/20 ma...@apache.org: Author: markt Date: Wed Oct 19 20:55:39 2011 New Revision: 1186485 URL: http://svn.apache.org/viewvc?rev=1186485view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52055 Buffers not correctly

svn commit: r1186890 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11NioProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:30:22 2011 New Revision: 1186890 URL: http://svn.apache.org/viewvc?rev=1186890view=rev Log: Clean-up. No functional change. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

svn commit: r1186891 - /tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2011-10-20 Thread olamy
Author: olamy Date: Thu Oct 20 16:30:28 2011 New Revision: 1186891 URL: http://svn.apache.org/viewvc?rev=1186891view=rev Log: [MTOMCAT-102] not fail if META-INF/context.xml is not here Modified:

svn commit: r1186892 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:31:02 2011 New Revision: 1186892 URL: http://svn.apache.org/viewvc?rev=1186892view=rev Log: Remove unnecessary calls. Closing the socket recycles the processor which in turn recycles the buffers. Modified:

svn commit: r1186894 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:31:38 2011 New Revision: 1186894 URL: http://svn.apache.org/viewvc?rev=1186894view=rev Log: When a comet request ends and the socket is being kept alive, prepare the buffers for the next request. Modified:

svn commit: r1186898 - /tomcat/tc7.0.x/trunk/

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:32:12 2011 New Revision: 1186898 URL: http://svn.apache.org/viewvc?rev=1186898view=rev Log: Clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

svn commit: r1186899 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:33:05 2011 New Revision: 1186899 URL: http://svn.apache.org/viewvc?rev=1186899view=rev Log: Remove unnecessary calls. Closing the socket recycles the processor which in turn recycles the buffers. Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1186900 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11NioProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 16:33:52 2011 New Revision: 1186900 URL: http://svn.apache.org/viewvc?rev=1186900view=rev Log: When a comet request ends and the socket is being kept alive, prepare the buffers for the next request. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[jira] [Commented] (MTOMCAT-102) Add a mojo to build a standalone jar to run a web application

2011-10-20 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131742#comment-13131742 ] Hudson commented on MTOMCAT-102: Integrated in TomcatMavenPlugin #52 (See

Re: svn commit: r1186898 - /tomcat/tc7.0.x/trunk/

2011-10-20 Thread Konstantin Kolinko
2011/10/20 ma...@apache.org: Author: markt Date: Thu Oct 20 16:32:12 2011 New Revision: 1186898 URL: http://svn.apache.org/viewvc?rev=1186898view=rev Log: Clean-up. No functional change. Empty commit. You merged r1186891 (Oliver's commit on maven-tomcat), but cleanup was in r1186890

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

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:10:16 2011 New Revision: 1186926 URL: http://svn.apache.org/viewvc?rev=1186926view=rev Log: Use Konstantin's more complete patch Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:12:52 2011 New Revision: 1186932 URL: http://svn.apache.org/viewvc?rev=1186932view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: svn commit: r1186898 - /tomcat/tc7.0.x/trunk/

2011-10-20 Thread Mark Thomas
On 20/10/2011 17:41, Konstantin Kolinko wrote: 2011/10/20 ma...@apache.org: Author: markt Date: Thu Oct 20 16:32:12 2011 New Revision: 1186898 URL: http://svn.apache.org/viewvc?rev=1186898view=rev Log: Clean-up. No functional change. Empty commit. You merged r1186891 (Oliver's commit

svn commit: r1186935 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/Http11AprProcessor.java java/org/apache/coyote/http11/Http11NioProcessor.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:15:59 2011 New Revision: 1186935 URL: http://svn.apache.org/viewvc?rev=1186935view=rev Log: Clean-up. No functional change. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java

svn commit: r1186949 - /tomcat/trunk/webapps/docs/setup.xml

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:31:31 2011 New Revision: 1186949 URL: http://svn.apache.org/viewvc?rev=1186949view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Improve setup instructions for running as a Windows service - remove references to specific Windows OSes - it

svn commit: r1186954 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/setup.xml

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:36:23 2011 New Revision: 1186954 URL: http://svn.apache.org/viewvc?rev=1186954view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Improve setup instructions for running as a Windows service - remove references to specific Windows OSes - it

svn commit: r1186957 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/setup.xml

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 17:38:17 2011 New Revision: 1186957 URL: http://svn.apache.org/viewvc?rev=1186957view=rev Log: CTR: Docs Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Improve setup instructions for running as a Windows service - remove references to specific Windows

DO NOT REPLY [Bug 52049] Incorrect setup instructions

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52049 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52066] New: ConnectionPool.borrowConnection swallows interrupt state.

2011-10-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52066 Bug #: 52066 Summary: ConnectionPool.borrowConnection swallows interrupt state. Product: Tomcat Modules Version: unspecified Platform: PC OS/Version:

svn commit: r1187018 [2/2] - in /tomcat/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/

2011-10-20 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/valves/SemaphoreValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/SemaphoreValve.java?rev=1187018r1=1187017r2=1187018view=diff == ---

svn commit: r1187022 [2/2] - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/

2011-10-20 Thread markt
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java?rev=1187022r1=1187021r2=1187022view=diff

svn commit: r1187027 - /tomcat/trunk/java/org/apache/catalina/valves/RequestFilterValve.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 19:57:15 2011 New Revision: 1187027 URL: http://svn.apache.org/viewvc?rev=1187027view=rev Log: Thread safety Modified: tomcat/trunk/java/org/apache/catalina/valves/RequestFilterValve.java Modified:

svn commit: r1187028 - /tomcat/trunk/java/org/apache/catalina/startup/Catalina.java

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 19:58:13 2011 New Revision: 1187028 URL: http://svn.apache.org/viewvc?rev=1187028view=rev Log: Remove Java 1.2 error handling Modified: tomcat/trunk/java/org/apache/catalina/startup/Catalina.java Modified:

svn commit: r1187029 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/valves/RequestFilterValve.java webapps/docs/changelog.xml

2011-10-20 Thread markt
Author: markt Date: Thu Oct 20 20:00:41 2011 New Revision: 1187029 URL: http://svn.apache.org/viewvc?rev=1187029view=rev Log: Thread safety Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/RequestFilterValve.java

Re: ApacheMeetupsNa11 tomcat one?

2011-10-20 Thread Christopher Schultz
All, On 10/19/2011 3:52 PM, Rainer Jung wrote: On 18.10.2011 10:15, Keiichi Fujino wrote: I am going to stay in Vancouver from Monday to Friday. I'll be there too, including the weekends before and after. I'm arriving at 12:47 local time on Tuesday and I've got nothing to do until the next

svn commit: r1187149 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread kfujino
Author: kfujino Date: Fri Oct 21 01:10:51 2011 New Revision: 1187149 URL: http://svn.apache.org/viewvc?rev=1187149view=rev Log: follow-up r1186631. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified:

Re: svn commit: r1186631 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread Keiichi Fujino
2011/10/21 Mark Thomas ma...@apache.org: On 20/10/2011 08:00, kfuj...@apache.org wrote: Author: kfujino Date: Thu Oct 20 07:00:57 2011 New Revision: 1186631 URL: http://svn.apache.org/viewvc?rev=1186631view=rev Log: Avoid an unnecessary session ID change notice. Given this... Notice of

svn commit: r1187152 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread kfujino
Author: kfujino Date: Fri Oct 21 01:26:04 2011 New Revision: 1187152 URL: http://svn.apache.org/viewvc?rev=1187152view=rev Log: Additional fix for r1186632. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified:

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

2011-10-20 Thread kfujino
Author: kfujino Date: Fri Oct 21 01:29:20 2011 New Revision: 1187153 URL: http://svn.apache.org/viewvc?rev=1187153view=rev Log: Additional fix for r1186632. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: