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=1186631&view=rev Log: Avoid an unnecessary session ID change notice. Notice of changed session ID by JvmRouteBinderValve is unnecessary to BackupManager. In BackupManager, chang

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=1186632&view=rev Log: Avoid an unnecessary session ID change notice. Notice of changed session ID by JvmRouteBinderValve is unnecessary to BackupManager. In BackupManager, chang

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=1186635&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

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=1186681&view=rev Log: Fix BZ52015. JdbcInterceptor passes not 'this' but 'proxy' to getNext().invoke. Modified: tomcat/trunk/modules/jdbc-pool/src/main/jav

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=1186683&view=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=1186687&view=rev Log: Update external. Modified: tomcat/tc7.0.x/trunk/modules/ (props changed) Propchange: tomcat/tc7.0.x/trunk/mod

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=1187149&view=rev Log: follow-up r1186631. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified: tomcat/trunk/java/org/apache/catalin

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=1187152&view=rev Log: Additional fix for r1186632. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java Modified: tomcat/tc7.0.x/trunk/java

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=1187153&view=rev Log: Additional fix for r1186632. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6

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

2011-10-28 Thread kfujino
Author: kfujino Date: Fri Oct 28 07:39:28 2011 New Revision: 1190186 URL: http://svn.apache.org/viewvc?rev=1190186&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

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

2011-10-28 Thread kfujino
Author: kfujino Date: Fri Oct 28 07:58:26 2011 New Revision: 1190189 URL: http://svn.apache.org/viewvc?rev=1190189&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

svn commit: r1195384 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterSessionListener.java DeltaManager.java LocalStrings.properties SessionMessage.java SessionMessageImpl.java mbeans-de

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 09:58:42 2011 New Revision: 1195384 URL: http://svn.apache.org/viewvc?rev=1195384&view=rev Log: When Context manager does not exist, A no context manager message is replied in order to avoid timeout (default 60sec) of GET_ALL_SESSIONS sync phase. Modi

svn commit: r1195391 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:16:58 2011 New Revision: 1195391 URL: http://svn.apache.org/viewvc?rev=1195391&view=rev Log: Correct JavaDoc. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/ses

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

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:22:31 2011 New Revision: 1195393 URL: http://svn.apache.org/viewvc?rev=1195393&view=rev Log: When Context manager does not exist, no context manager message is replied in order to avoid timeout (default 60 sec) of GET_ALL_SESSIONS sync phase. Modi

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

2011-10-31 Thread kfujino
Author: kfujino Date: Mon Oct 31 10:26:18 2011 New Revision: 1195396 URL: http://svn.apache.org/viewvc?rev=1195396&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

svn commit: r1195848 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/session/ webapps/docs/

2011-11-01 Thread kfujino
Author: kfujino Date: Tue Nov 1 07:00:21 2011 New Revision: 1195848 URL: http://svn.apache.org/viewvc?rev=1195848&view=rev Log: When Context manager does not exist, no context manager message is replied in order to avoid timeout (default 60 sec) of GET_ALL_SESSIONS sync phase. Modi

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

2012-02-03 Thread kfujino
Author: kfujino Date: Fri Feb 3 09:47:55 2012 New Revision: 1240051 URL: http://svn.apache.org/viewvc?rev=1240051&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

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

2012-02-03 Thread kfujino
Author: kfujino Date: Fri Feb 3 09:48:43 2012 New Revision: 1240052 URL: http://svn.apache.org/viewvc?rev=1240052&view=rev Log: Proposal. 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

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

2012-02-08 Thread kfujino
Author: kfujino Date: Wed Feb 8 08:17:56 2012 New Revision: 1241809 URL: http://svn.apache.org/viewvc?rev=1241809&view=rev Log: Alternative patch 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/t

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

2012-02-08 Thread kfujino
Author: kfujino Date: Wed Feb 8 08:19:04 2012 New Revision: 1241810 URL: http://svn.apache.org/viewvc?rev=1241810&view=rev Log: Alternative patch 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/t

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

2012-02-16 Thread kfujino
Author: kfujino Date: Fri Feb 17 07:10:51 2012 New Revision: 1245329 URL: http://svn.apache.org/viewvc?rev=1245329&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

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

2012-02-16 Thread kfujino
Author: kfujino Date: Fri Feb 17 07:13:10 2012 New Revision: 1245330 URL: http://svn.apache.org/viewvc?rev=1245330&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

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

2012-02-20 Thread kfujino
Author: kfujino Date: Mon Feb 20 09:01:18 2012 New Revision: 1291155 URL: http://svn.apache.org/viewvc?rev=1291155&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

svn commit: r1297904 - /tomcat/trunk/java/org/apache/catalina/authenticator/NonLoginAuthenticator.java

2012-03-07 Thread kfujino
Author: kfujino Date: Wed Mar 7 09:20:48 2012 New Revision: 1297904 URL: http://svn.apache.org/viewvc?rev=1297904&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52846. Modified: tomcat/trunk/java/org/apache/catalina/authenticator/NonLoginAuthenticator.java Modi

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

2012-03-07 Thread kfujino
Author: kfujino Date: Wed Mar 7 09:22:09 2012 New Revision: 1297906 URL: http://svn.apache.org/viewvc?rev=1297906&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52846. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/NonLoginAuthenticator.

svn commit: r1298296 - in /tomcat/trunk/java/org/apache/catalina/ha/authenticator: ClusterSingleSignOn.java ClusterSingleSignOnListener.java SingleSignOnMessage.java

2012-03-08 Thread kfujino
Author: kfujino Date: Thu Mar 8 08:39:02 2012 New Revision: 1298296 URL: http://svn.apache.org/viewvc?rev=1298296&view=rev Log: Replicate Principal in ClusterSingleSignOn. Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java tomcat/trunk/java

svn commit: r1298299 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/authenticator/ webapps/docs/

2012-03-08 Thread kfujino
Author: kfujino Date: Thu Mar 8 08:43:46 2012 New Revision: 1298299 URL: http://svn.apache.org/viewvc?rev=1298299&view=rev Log: Replicate Principal in ClusterSingleSignOn. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/ClusterSingleSignOn.java tomcat/tc7

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

2012-03-08 Thread kfujino
Author: kfujino Date: Thu Mar 8 08:52:53 2012 New Revision: 1298303 URL: http://svn.apache.org/viewvc?rev=1298303&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

svn commit: r1305758 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/authenticator/ webapps/docs/

2012-03-27 Thread kfujino
Author: kfujino Date: Tue Mar 27 07:39:45 2012 New Revision: 1305758 URL: http://svn.apache.org/viewvc?rev=1305758&view=rev Log: Replicate Principal in ClusterSingleSignOn. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/authentic

svn commit: r1306130 - in /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties UserConfig.java

2012-03-27 Thread kfujino
Author: kfujino Date: Wed Mar 28 02:51:21 2012 New Revision: 1306130 URL: http://svn.apache.org/viewvc?rev=1306130&view=rev Log: Add support for multi-thread deployment in UserConfig. Modified: tomcat/trunk/java/org/apache/catalina/startup/LocalStrings.properties tomcat/trunk/java

svn commit: r1306131 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/LocalStrings.properties java/org/apache/catalina/startup/UserConfig.java webapps/docs/changelog.xml

2012-03-27 Thread kfujino
Author: kfujino Date: Wed Mar 28 02:55:37 2012 New Revision: 1306131 URL: http://svn.apache.org/viewvc?rev=1306131&view=rev Log: Add support for multi-thread deployment in UserConfig. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties tomcat/tc7

svn commit: r1309734 - in /tomcat/trunk: java/org/apache/catalina/startup/UserConfig.java webapps/docs/config/listeners.xml

2012-04-05 Thread kfujino
Author: kfujino Date: Thu Apr 5 10:08:38 2012 New Revision: 1309734 URL: http://svn.apache.org/viewvc?rev=1309734&view=rev Log: Add new attributes of enabled and disabled to UserConfig. Modified: tomcat/trunk/java/org/apache/catalina/startup/UserConfig.java tomcat/trunk/webapps/

svn commit: r1309736 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/UserConfig.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2012-04-05 Thread kfujino
Author: kfujino Date: Thu Apr 5 10:18:56 2012 New Revision: 1309736 URL: http://svn.apache.org/viewvc?rev=1309736&view=rev Log: Add new attributes of enabled and disabled to UserConfig. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/UserConfig.java tomcat/tc7.0.x/t

svn commit: r1310163 - in /tomcat/trunk: java/org/apache/catalina/startup/UserConfig.java webapps/docs/config/listeners.xml

2012-04-05 Thread kfujino
Author: kfujino Date: Fri Apr 6 04:23:04 2012 New Revision: 1310163 URL: http://svn.apache.org/viewvc?rev=1310163&view=rev Log: Change of an attribute name. enabled and disabled are changed into allow and deny. Modified: tomcat/trunk/java/org/apache/catalina/startup/UserConfig.

svn commit: r1310164 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/UserConfig.java webapps/docs/changelog.xml webapps/docs/config/listeners.xml

2012-04-05 Thread kfujino
Author: kfujino Date: Fri Apr 6 04:27:41 2012 New Revision: 1310164 URL: http://svn.apache.org/viewvc?rev=1310164&view=rev Log: Change of an attribute name. enabled and disabled are changed into allow and deny. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/UserConfig.

svn commit: r1324575 - /tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java

2012-04-10 Thread kfujino
Author: kfujino Date: Wed Apr 11 05:58:08 2012 New Revision: 1324575 URL: http://svn.apache.org/viewvc?rev=1324575&view=rev Log: Avoid NPE when reload if a state of a BackupManager is FAILED. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java Modified: to

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

2012-04-10 Thread kfujino
Author: kfujino Date: Wed Apr 11 06:10:25 2012 New Revision: 1324578 URL: http://svn.apache.org/viewvc?rev=1324578&view=rev Log: Avoid NPE when reload if a state of a BackupManager is FAILED. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/BackupManager.java to

svn commit: r1325134 - in /tomcat/trunk/java/org/apache/catalina/ha/session: BackupManager.java LocalStrings.properties

2012-04-11 Thread kfujino
Author: kfujino Date: Thu Apr 12 06:42:42 2012 New Revision: 1325134 URL: http://svn.apache.org/viewvc?rev=1325134&view=rev Log: use StringManager. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java tomcat/trunk/java/org/apache/catalina/ha/ses

svn commit: r1325135 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session: BackupManager.java LocalStrings.properties

2012-04-11 Thread kfujino
Author: kfujino Date: Thu Apr 12 06:45:48 2012 New Revision: 1325135 URL: http://svn.apache.org/viewvc?rev=1325135&view=rev Log: use StringManager. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/BackupManager.java tomcat/tc7.0.x/trunk/java/org/apache/catalin

svn commit: r1326938 - in /tomcat/trunk/java/org/apache/catalina: ha/session/DeltaSession.java tribes/tipis/AbstractReplicatedMap.java tribes/tipis/ReplicatedMapEntry.java

2012-04-16 Thread kfujino
Author: kfujino Date: Tue Apr 17 06:06:51 2012 New Revision: 1326938 URL: http://svn.apache.org/viewvc?rev=1326938&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53087. In order to avoid that a backup node expire a session, replicate session access time in BackupMan

svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-16 Thread kfujino
Author: kfujino Date: Tue Apr 17 06:23:21 2012 New Revision: 1326941 URL: http://svn.apache.org/viewvc?rev=1326941&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53087. In order to avoid that a backup node expire a session, replicate session access time in BackupMan

svn commit: r1327357 - in /tomcat/trunk/java/org/apache/catalina: ha/context/ReplicatedContext.java ha/session/BackupManager.java tribes/tipis/AbstractReplicatedMap.java

2012-04-17 Thread kfujino
Author: kfujino Date: Wed Apr 18 02:06:51 2012 New Revision: 1327357 URL: http://svn.apache.org/viewvc?rev=1327357&view=rev Log: fix typo. objectMadePrimay was change to objectMadePrimary. Modified: tomcat/trunk/java/org/apache/catalina/ha/context/ReplicatedContext.java tomcat/trunk/

svn commit: r1327781 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-18 Thread kfujino
Author: kfujino Date: Thu Apr 19 02:17:01 2012 New Revision: 1327781 URL: http://svn.apache.org/viewvc?rev=1327781&view=rev Log: Apply Konstantin's suggestion. "if (diff && (isDirty || complete))" block was executed regardless of the value of "complete".

svn commit: r1327784 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-18 Thread kfujino
Author: kfujino Date: Thu Apr 19 02:27:35 2012 New Revision: 1327784 URL: http://svn.apache.org/viewvc?rev=1327784&view=rev Log: Apply Konstantin's suggestion. "if (diff && (isDirty || complete))" block was executed regardless of the value of "complete". Mod

svn commit: r1329045 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-22 Thread kfujino
Author: kfujino Date: Mon Apr 23 02:57:35 2012 New Revision: 1329045 URL: http://svn.apache.org/viewvc?rev=1329045&view=rev Log: Make sure complete message takes priority over access message. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modi

svn commit: r1329046 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-04-22 Thread kfujino
Author: kfujino Date: Mon Apr 23 02:59:05 2012 New Revision: 1329046 URL: http://svn.apache.org/viewvc?rev=1329046&view=rev Log: Make sure complete message takes priority over access message. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.

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

2012-04-23 Thread kfujino
Author: kfujino Date: Tue Apr 24 01:12:33 2012 New Revision: 1329520 URL: http://svn.apache.org/viewvc?rev=1329520&view=rev Log: vote and comment. 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/t

svn commit: r1334932 - /tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java

2012-05-07 Thread kfujino
Author: kfujino Date: Mon May 7 09:10:04 2012 New Revision: 1334932 URL: http://svn.apache.org/viewvc?rev=1334932&view=rev Log: Make sure ContextMBean#findFilterDefs returns correct filter definitions. Modified: tomcat/trunk/java/org/apache/catalina/mbeans/ContextMBean.java Modi

svn commit: r1334934 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/mbeans/ContextMBean.java webapps/docs/changelog.xml

2012-05-07 Thread kfujino
Author: kfujino Date: Mon May 7 09:13:18 2012 New Revision: 1334934 URL: http://svn.apache.org/viewvc?rev=1334934&view=rev Log: Make sure ContextMBean#findFilterDefs returns correct filter definitions. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/mbeans/ContextMBean.

svn commit: r1341369 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-05-22 Thread kfujino
Author: kfujino Date: Tue May 22 09:25:18 2012 New Revision: 1341369 URL: http://svn.apache.org/viewvc?rev=1341369&view=rev Log: Enable host's xmlBase attribute in ContextConfig. Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk

svn commit: r1341370 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2012-05-22 Thread kfujino
Author: kfujino Date: Tue May 22 09:27:00 2012 New Revision: 1341370 URL: http://svn.apache.org/viewvc?rev=1341370&view=rev Log: Enable host's xmlBase attribute in ContextConfig. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/tc7.

svn commit: r1343153 - in /tomcat/trunk/java/org/apache/catalina: Host.java core/StandardHost.java startup/ContextConfig.java startup/HostConfig.java

2012-05-28 Thread kfujino
Author: kfujino Date: Mon May 28 07:11:43 2012 New Revision: 1343153 URL: http://svn.apache.org/viewvc?rev=1343153&view=rev Log: fix for Konstantin's review. Add new calculation method of host's default config path to Host(StanderdHost). Modified: tomcat/trunk/java/org/a

svn commit: r1343155 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2012-05-28 Thread kfujino
Author: kfujino Date: Mon May 28 07:18:41 2012 New Revision: 1343155 URL: http://svn.apache.org/viewvc?rev=1343155&view=rev Log: fix for Konstantin's review. Use ContextConfig.getBaseDir() method instead of system property. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalin

svn commit: r1345026 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:38:31 2012 New Revision: 1345026 URL: http://svn.apache.org/viewvc?rev=1345026&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 To avoid BindException, make startStopThreads into a demon thread. Modified: tomcat/trunk/java

svn commit: r1345033 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/ContainerBase.java webapps/docs/changelog.xml

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:48:58 2012 New Revision: 1345033 URL: http://svn.apache.org/viewvc?rev=1345033&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53342 To avoid BindException, make startStopThreads into a demon thread. Modified: tomcat/tc7.0.x/trunk/

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

2012-06-01 Thread kfujino
Author: kfujino Date: Fri Jun 1 09:53:58 2012 New Revision: 1345035 URL: http://svn.apache.org/viewvc?rev=1345035&view=rev Log: 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

svn commit: r1346794 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterManagerBase.java mbeans-descriptors.xml

2012-06-06 Thread kfujino
Author: kfujino Date: Wed Jun 6 09:06:36 2012 New Revision: 1346794 URL: http://svn.apache.org/viewvc?rev=1346794&view=rev Log: Add support for SecureRandom to cluster manager template. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java tomcat/trunk/

svn commit: r1346795 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ClusterManagerBase.java java/org/apache/catalina/ha/session/mbeans-descriptors.xml webapps/docs/changelog.xml

2012-06-06 Thread kfujino
Author: kfujino Date: Wed Jun 6 09:08:36 2012 New Revision: 1346795 URL: http://svn.apache.org/viewvc?rev=1346795&view=rev Log: Add support for SecureRandom to cluster manager template. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/ClusterManagerBase.java to

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

2012-06-28 Thread kfujino
Author: kfujino Date: Thu Jun 28 10:01:04 2012 New Revision: 1354892 URL: http://svn.apache.org/viewvc?rev=1354892&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

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

2012-06-29 Thread kfujino
Author: kfujino Date: Fri Jun 29 08:49:44 2012 New Revision: 1355271 URL: http://svn.apache.org/viewvc?rev=1355271&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

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

2012-07-02 Thread kfujino
Author: kfujino Date: Mon Jul 2 09:22:17 2012 New Revision: 1356135 URL: http://svn.apache.org/viewvc?rev=1356135&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

svn commit: r1359041 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

2012-07-09 Thread kfujino
Author: kfujino Date: Mon Jul 9 10:43:30 2012 New Revision: 1359041 URL: http://svn.apache.org/viewvc?rev=1359041&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53513. Fix race condition between the processing of session sync message and transfer complete mes

svn commit: r1359044 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java webapps/docs/changelog.xml

2012-07-09 Thread kfujino
Author: kfujino Date: Mon Jul 9 10:45:43 2012 New Revision: 1359044 URL: http://svn.apache.org/viewvc?rev=1359044&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53513. Fix race condition between the processing of session sync message and transfer complete mes

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

2012-07-09 Thread kfujino
Author: kfujino Date: Mon Jul 9 10:53:48 2012 New Revision: 1359053 URL: http://svn.apache.org/viewvc?rev=1359053&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

svn commit: r1367454 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java

2012-07-31 Thread kfujino
Author: kfujino Date: Tue Jul 31 08:21:40 2012 New Revision: 1367454 URL: http://svn.apache.org/viewvc?rev=1367454&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53607. To avoid NPE, set TCP PING data to ChannelMessage. Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1367456 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml

2012-07-31 Thread kfujino
Author: kfujino Date: Tue Jul 31 08:24:43 2012 New Revision: 1367456 URL: http://svn.apache.org/viewvc?rev=1367456&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53607. To avoid NPE, set TCP PING data to ChannelMessage. Modified: tomcat/tc7.0.x/trunk/java/org/ap

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

2012-07-31 Thread kfujino
Author: kfujino Date: Tue Jul 31 08:41:36 2012 New Revision: 1367462 URL: http://svn.apache.org/viewvc?rev=1367462&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

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

2012-07-31 Thread kfujino
Author: kfujino Date: Tue Jul 31 08:56:20 2012 New Revision: 1367467 URL: http://svn.apache.org/viewvc?rev=1367467&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

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

2012-09-03 Thread kfujino
Author: kfujino Date: Tue Sep 4 04:54:28 2012 New Revision: 1380448 URL: http://svn.apache.org/viewvc?rev=1380448&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

svn commit: r1380450 - in /tomcat/trunk/java/org/apache/catalina: connector/mbeans-descriptors.xml mapper/mbeans-descriptors.xml

2012-09-03 Thread kfujino
Author: kfujino Date: Tue Sep 4 05:09:53 2012 New Revision: 1380450 URL: http://svn.apache.org/viewvc?rev=1380450&view=rev Log: MBean definition of Mapper is moved to o.a.c.mapper from o.a.c.connector. Added: tomcat/trunk/java/org/apache/catalina/mapper/mbeans-descriptors.xml (

svn commit: r1380451 - /tomcat/trunk/java/org/apache/catalina/mapper/mbeans-descriptors.xml

2012-09-03 Thread kfujino
Author: kfujino Date: Tue Sep 4 05:19:04 2012 New Revision: 1380451 URL: http://svn.apache.org/viewvc?rev=1380451&view=rev Log: Delete undefined operation element. Modified: tomcat/trunk/java/org/apache/catalina/mapper/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/cata

svn commit: r1380471 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml

2012-09-04 Thread kfujino
Author: kfujino Date: Tue Sep 4 07:44:21 2012 New Revision: 1380471 URL: http://svn.apache.org/viewvc?rev=1380471&view=rev Log: Additional fix for r1380066. Add support for expose static members. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors

svn commit: r1380473 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml

2012-09-04 Thread kfujino
Author: kfujino Date: Tue Sep 4 07:46:30 2012 New Revision: 1380473 URL: http://svn.apache.org/viewvc?rev=1380473&view=rev Log: Additional fix for r1380072. Expose static members. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml Modi

svn commit: r1387072 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/config/cluster-interceptor.xml

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:42:33 2012 New Revision: 1387072 URL: http://svn.apache.org/viewvc?rev=1387072&view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread is never started. Modified: tomcat/trunk/java/org/apache/catalina/tribes/g

svn commit: r1387073 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:45:17 2012 New Revision: 1387073 URL: http://svn.apache.org/viewvc?rev=1387073&view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread is never started. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tr

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

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:49:25 2012 New Revision: 1387075 URL: http://svn.apache.org/viewvc?rev=1387075&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

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

2012-09-18 Thread kfujino
Author: kfujino Date: Tue Sep 18 09:54:27 2012 New Revision: 1387077 URL: http://svn.apache.org/viewvc?rev=1387077&view=rev Log: fix typo. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/vi

svn commit: r1387486 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java

2012-09-19 Thread kfujino
Author: kfujino Date: Wed Sep 19 08:42:33 2012 New Revision: 1387486 URL: http://svn.apache.org/viewvc?rev=1387486&view=rev Log: The "running" flag is moved out of "if" block. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingIn

svn commit: r1387487 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java

2012-09-19 Thread kfujino
Author: kfujino Date: Wed Sep 19 08:45:28 2012 New Revision: 1387487 URL: http://svn.apache.org/viewvc?rev=1387487&view=rev Log: The "running" flag is moved out of "if" block. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors

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

2012-09-19 Thread kfujino
Author: kfujino Date: Wed Sep 19 08:49:32 2012 New Revision: 1387489 URL: http://svn.apache.org/viewvc?rev=1387489&view=rev Log: Additional patch. 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/t

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

2012-10-01 Thread kfujino
Author: kfujino Date: Mon Oct 1 08:42:48 2012 New Revision: 1392237 URL: http://svn.apache.org/viewvc?rev=1392237&view=rev Log: Withdraw proposal. 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/t

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

2012-10-01 Thread kfujino
Author: kfujino Date: Mon Oct 1 08:45:31 2012 New Revision: 1392239 URL: http://svn.apache.org/viewvc?rev=1392239&view=rev Log: Withdraw 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/t

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

2012-10-01 Thread kfujino
Author: kfujino Date: Mon Oct 1 08:49:46 2012 New Revision: 1392241 URL: http://svn.apache.org/viewvc?rev=1392241&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

svn commit: r1393913 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-intercepto

2012-10-03 Thread kfujino
Author: kfujino Date: Thu Oct 4 04:55:23 2012 New Revision: 1393913 URL: http://svn.apache.org/viewvc?rev=1393913&view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. Do not start a ping thread when useThread is set to false. Modified: tomcat/tc6.0.x/trunk/STATUS.txt to

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

2012-10-03 Thread kfujino
Author: kfujino Date: Thu Oct 4 04:59:10 2012 New Revision: 1393915 URL: http://svn.apache.org/viewvc?rev=1393915&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

svn commit: r1393936 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/GzipInterceptor.java

2012-10-04 Thread kfujino
Author: kfujino Date: Thu Oct 4 07:14:54 2012 New Revision: 1393936 URL: http://svn.apache.org/viewvc?rev=1393936&view=rev Log: use super class method. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/GzipInterceptor.java Modified: tomcat/trunk/java/org/ap

svn commit: r1393943 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2012-10-04 Thread kfujino
Author: kfujino Date: Thu Oct 4 07:55:27 2012 New Revision: 1393943 URL: http://svn.apache.org/viewvc?rev=1393943&view=rev Log: Avoid NPE. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/t

svn commit: r1401162 - /tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml

2012-10-22 Thread kfujino
Author: kfujino Date: Tue Oct 23 05:08:46 2012 New Revision: 1401162 URL: http://svn.apache.org/viewvc?rev=1401162&view=rev Log: Add getSessionIdsFull operation to mbeans-descriptor. listSessionIdsFull no longer exist. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mb

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

2012-10-22 Thread kfujino
Author: kfujino Date: Tue Oct 23 05:14:42 2012 New Revision: 1401163 URL: http://svn.apache.org/viewvc?rev=1401163&view=rev Log: Add getSessionIdsFull operation to mbeans-descriptor. listSessionIdsFull no longer exist. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ses

svn commit: r1402021 - /tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 08:42:20 2012 New Revision: 1402021 URL: http://svn.apache.org/viewvc?rev=1402021&view=rev Log: Add support for LAST_ACCESS_AT_START system property to PersistentManager. Modified: tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.

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

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 08:47:08 2012 New Revision: 1402025 URL: http://svn.apache.org/viewvc?rev=1402025&view=rev Log: Add support for LAST_ACCESS_AT_START system property to PersistentManager. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ses

svn commit: r1402108 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:51:10 2012 New Revision: 1402108 URL: http://svn.apache.org/viewvc?rev=1402108&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54045. Make sure getMembers() returns available member when TcpFailureDetector works in static clu

svn commit: r1402110 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java webapps/docs/changelog.xml

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:54:21 2012 New Revision: 1402110 URL: http://svn.apache.org/viewvc?rev=1402110&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54045. Make sure getMembers() returns available member when TcpFailureDetector works in static clu

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

2012-10-25 Thread kfujino
Author: kfujino Date: Thu Oct 25 11:58:38 2012 New Revision: 1402117 URL: http://svn.apache.org/viewvc?rev=1402117&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

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

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:03:27 2012 New Revision: 1416787 URL: http://svn.apache.org/viewvc?rev=1416787&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150 Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown. Modified: tomcat/t

svn commit: r1416789 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java webapps/docs/changelog.xml

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:08:22 2012 New Revision: 1416789 URL: http://svn.apache.org/viewvc?rev=1416789&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54150 Make sure that SlowQueryReportJmx mbean deregistered during webapp shutdown. Modified: tomcat/tc7

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

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:31:27 2012 New Revision: 1416793 URL: http://svn.apache.org/viewvc?rev=1416793&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Make sure that connection pool mbean is not registered when jmxEnabled is false. Modified: to

svn commit: r1416794 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java webapps/docs/changelog.xml

2012-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 4 06:35:12 2012 New Revision: 1416794 URL: http://svn.apache.org/viewvc?rev=1416794&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Make sure that connection pool mbean is not registered when jmxEnabled is false. Modified: to

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

2012-12-04 Thread kfujino
Author: kfujino Date: Tue Dec 4 08:08:16 2012 New Revision: 1416808 URL: http://svn.apache.org/viewvc?rev=1416808&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

svn commit: r1417311 - in /tomcat/site/trunk: docs/security-7.html xdocs/security-7.xml

2012-12-05 Thread kfujino
Author: kfujino Date: Wed Dec 5 08:30:29 2012 New Revision: 1417311 URL: http://svn.apache.org/viewvc?rev=1417311&view=rev Log: Correct version. Modified: tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/xdocs/security-7.xml Modified: tomcat/site/trunk/docs/security-7.html

  1   2   3   4   5   6   7   8   9   10   >