svn commit: r1645876 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster-valve.xml

2014-12-16 Thread kfujino
Author: kfujino Date: Tue Dec 16 08:07:19 2014 New Revision: 1645876 URL: http://svn.apache.org/r1645876 Log: Add document of ClusterSingleSignOn. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-valve.xml Modified: tomcat/tc7.0

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

2015-01-18 Thread kfujino
Author: kfujino Date: Mon Jan 19 06:59:03 2015 New Revision: 1652925 URL: http://svn.apache.org/r1652925 Log: Fix mbean descriptor of ClusterSingleSignOn. Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache

svn commit: r1652926 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml webapps/docs/changelog.xml

2015-01-18 Thread kfujino
Author: kfujino Date: Mon Jan 19 07:01:03 2015 New Revision: 1652926 URL: http://svn.apache.org/r1652926 Log: Fix mbean descriptor of ClusterSingleSignOn. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml tomcat/tc8.0.x/trunk/webapps/docs

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

2015-01-18 Thread kfujino
Author: kfujino Date: Mon Jan 19 07:04:04 2015 New Revision: 1652927 URL: http://svn.apache.org/r1652927 Log: Fix mbean descriptor of ClusterSingleSignOn. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml tomcat/tc7.0.x/trunk/webapps/docs

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

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 01:47:08 2015 New Revision: 1653178 URL: http://svn.apache.org/r1653178 Log: Clarify the handling of Copy message and Copy nodes. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache

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

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 01:51:30 2015 New Revision: 1653179 URL: http://svn.apache.org/r1653179 Log: Simplify the code. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

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

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 01:55:29 2015 New Revision: 1653180 URL: http://svn.apache.org/r1653180 Log: Remove duplicated code. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

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

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 02:07:41 2015 New Revision: 1653181 URL: http://svn.apache.org/r1653181 Log: Copy node does not need to send the entry data. It is enough to send only the node information of the entry. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1653182 - /tomcat/trunk/webapps/docs/changelog.xml

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 02:12:31 2015 New Revision: 1653182 URL: http://svn.apache.org/r1653182 Log: Add changelog entry. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs

svn commit: r1653183 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 02:23:21 2015 New Revision: 1653183 URL: http://svn.apache.org/r1653183 Log: ReplicatedMap should send the Copy message when replicating. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/trunk/java/org/apache

svn commit: r1653193 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java ReplicatedMap.java

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 04:54:05 2015 New Revision: 1653193 URL: http://svn.apache.org/r1653193 Log: Fix behavior of ReplicatedMap when member has disappeared. If map entry is primary, rebuild the backup members. If primary node of map entry has disappeared, backup node is promoted to

svn commit: r1653198 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2015-01-19 Thread kfujino
Author: kfujino Date: Tue Jan 20 05:58:32 2015 New Revision: 1653198 URL: http://svn.apache.org/r1653198 Log: Fix typos. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

svn commit: r1653423 - in /tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2015-01-20 Thread kfujino
Author: kfujino Date: Wed Jan 21 02:37:15 2015 New Revision: 1653423 URL: http://svn.apache.org/r1653423 Log: Backport. Clarify the handling of Copy message and Copy nodes. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java tomcat/tc8.0.x

svn commit: r1653424 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-01-20 Thread kfujino
Author: kfujino Date: Wed Jan 21 02:38:09 2015 New Revision: 1653424 URL: http://svn.apache.org/r1653424 Log: Add changelog entry. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat

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

2015-01-27 Thread kfujino
Author: kfujino Date: Wed Jan 28 05:59:49 2015 New Revision: 1655222 URL: http://svn.apache.org/r1655222 Log: Fix a possible deadlock when receiver thread invokes mapMemberAdded() while ping thread invokes memberAlive(). Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1655223 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2015-01-27 Thread kfujino
Author: kfujino Date: Wed Jan 28 06:02:29 2015 New Revision: 1655223 URL: http://svn.apache.org/r1655223 Log: Fix a possible deadlock when receiver thread invokes mapMemberAdded() while ping thread invokes memberAlive(). Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1655224 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2015-01-27 Thread kfujino
Author: kfujino Date: Wed Jan 28 06:04:58 2015 New Revision: 1655224 URL: http://svn.apache.org/r1655224 Log: Fix a possible deadlock when receiver thread invokes mapMemberAdded() while ping thread invokes memberAlive(). Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1660265 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java

2015-02-16 Thread kfujino
Author: kfujino Date: Tue Feb 17 02:17:16 2015 New Revision: 1660265 URL: http://svn.apache.org/r1660265 Log: Make sure that add to the backup node of the map entry when map member has been added to ReplicatedMap. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1660266 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/ReplicatedMap.java webapps/docs/changelog.xml

2015-02-16 Thread kfujino
Author: kfujino Date: Tue Feb 17 02:20:11 2015 New Revision: 1660266 URL: http://svn.apache.org/r1660266 Log: Make sure that add to the backup node of the map entry when map member has been added to ReplicatedMap. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1660564 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2015-02-17 Thread kfujino
Author: kfujino Date: Wed Feb 18 04:25:34 2015 New Revision: 1660564 URL: http://svn.apache.org/r1660564 Log: rewrite changelog. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1661594 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-02-22 Thread kfujino
Author: kfujino Date: Mon Feb 23 02:34:50 2015 New Revision: 1661594 URL: http://svn.apache.org/r1661594 Log: When docBase refers internal war and unpackWARs is set to false, avoid registration of the invalid redeploy resource that has been added ".war" extension in duplicate.

svn commit: r1661595 - /tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java

2015-02-22 Thread kfujino
Author: kfujino Date: Mon Feb 23 02:37:11 2015 New Revision: 1661595 URL: http://svn.apache.org/r1661595 Log: If WAR exists, it is not necessary to trigger a reload when adding a Directory. Modified: tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java Modified: tomcat/trunk/java

svn commit: r1661597 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2015-02-22 Thread kfujino
Author: kfujino Date: Mon Feb 23 02:40:58 2015 New Revision: 1661597 URL: http://svn.apache.org/r1661597 Log: -When docBase refers internal war and unpackWARs is set to false, avoid registration of the invalid redeploy resource that has been added ".war" extension in duplicate. -If

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

2015-02-22 Thread kfujino
Author: kfujino Date: Mon Feb 23 02:43:23 2015 New Revision: 1661598 URL: http://svn.apache.org/r1661598 Log: -When docBase refers internal war and unpackWARs is set to false, avoid registration of the invalid redeploy resource that has been added ".war" extension in duplicate. -If

[tomcat] branch master updated: Added filtering expression for requests that are not supposed to use session.

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a08ac04 Added filtering expression for

[tomcat] branch 9.0.x updated: Added filtering expression for requests that are not supposed to use session.

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 03245ba Added filtering expression for requests

[tomcat] branch 8.5.x updated: Added filtering expression for requests that are not supposed to use session

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5df3038 Added filtering expression for requests

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve

[tomcat] branch 9.0.x updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6af00e7 Add document for PersistentValve

[tomcat] branch master updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 5a655b6 Add document for PersistentValve

[tomcat] branch 8.5.x updated: Add document for PersistentValve

2020-08-31 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 590405d Add document for PersistentValve

[tomcat] branch master updated: Use the correct method to calculate session idle time in PersistentValve

2020-09-01 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 0f1e263 Use the correct method to calculate

[tomcat] branch 9.0.x updated: Use the correct method to calculate session idle time in PersistentValve

2020-09-01 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new ae03ad5 Use the correct method to calculate

[tomcat] branch 8.5.x updated: Use the correct method to calculate session idle time in PersistentValve

2020-09-01 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d98d5e6 Use the correct method to calculate

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch master updated (d381d87 -> 3f3fee0)

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from d381d87 Add SameSite=strict to Manager and Host Manager cookies add 3f3fee0 Fix race condition when saving

[tomcat] branch 9.0.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 33ec983 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d14d690 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d14d690 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d14d690 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d14d690 Fix race condition when saving and

[tomcat] branch 8.5.x updated: Fix race condition when saving and recycling session in PersistentValve.

2020-09-15 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new d14d690 Fix race condition when saving and

[tomcat] branch master updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new c5eefc7 Throw SQLException instead of

[tomcat] branch 9.0.x updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 478ac96 Throw SQLException instead of

[tomcat] branch 8.5.x updated: Throw SQLException instead of NullpointerException when failing to connect to the database

2020-09-24 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 2336406 Throw SQLException instead of

[tomcat] branch master updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-14 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 42a0841 Add extended ErrorReportValve that

[tomcat] branch 9.0.x updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-14 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 2957093 Add extended ErrorReportValve that

[tomcat] branch master updated: Add docs for JsonErrorReportValve.

2020-10-18 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new d564f63 Add docs for JsonErrorReportValve

[tomcat] branch 9.0.x updated: Add docs for JsonErrorReportValve.

2020-10-18 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 598eddc Add docs for JsonErrorReportValve

[tomcat] branch master updated: Fix Membership thread name

2020-11-11 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 13721f9 Fix Membership thread name 13721f9 is

[tomcat] branch 9.0.x updated: Fix Membership thread name

2020-11-11 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 518eb97 Fix Membership thread name 518eb97 is

[tomcat] branch master updated: Remove unused mbean definition

2020-11-19 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 9856bc9 Remove unused mbean definition

[tomcat] branch 9.0.x updated: Remove unused mbean definition

2020-11-19 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 93ded83 Remove unused mbean definition 93ded83

[tomcat] branch 8.5.x updated: Remove unused mbean definition

2020-11-19 Thread kfujino
This is an automated email from the ASF dual-hosted git repository. kfujino pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 82a7cad Remove unused mbean definition 82a7cad

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

2013-10-21 Thread kfujino
Author: kfujino Date: Mon Oct 21 09:22:47 2013 New Revision: 1534067 URL: http://svn.apache.org/r1534067 Log: Add log message that initialization of AbstractReplicatedMap has been completed. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified

svn commit: r1534070 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2013-10-21 Thread kfujino
Author: kfujino Date: Mon Oct 21 09:26:09 2013 New Revision: 1534070 URL: http://svn.apache.org/r1534070 Log: Add log message that initialization of AbstractReplicatedMap has been completed. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

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

2013-10-22 Thread kfujino
Author: kfujino Date: Tue Oct 22 09:39:30 2013 New Revision: 1534566 URL: http://svn.apache.org/r1534566 Log: The logger of AbstractReplicatedMap should be non-static in order to enable logging of each application. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1534572 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java

2013-10-22 Thread kfujino
Author: kfujino Date: Tue Oct 22 09:42:08 2013 New Revision: 1534572 URL: http://svn.apache.org/r1534572 Log: follow-up r1534566. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1534575 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java webapps/docs/changelog.xm

2013-10-22 Thread kfujino
Author: kfujino Date: Tue Oct 22 09:45:25 2013 New Revision: 1534575 URL: http://svn.apache.org/r1534575 Log: The logger of AbstractReplicatedMap should be non-static in order to enable logging of each application. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis

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

2013-10-22 Thread kfujino
Author: kfujino Date: Wed Oct 23 06:12:05 2013 New Revision: 1534918 URL: http://svn.apache.org/r1534918 Log: Add a description of the side effects of r1534575. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http

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

2013-10-22 Thread kfujino
Author: kfujino Date: Wed Oct 23 06:14:49 2013 New Revision: 1534919 URL: http://svn.apache.org/r1534919 Log: Add subsection name. 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/viewvc/tomcat

svn commit: r1535313 - /tomcat/trunk/webapps/docs/config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:50:40 2013 New Revision: 1535313 URL: http://svn.apache.org/r1535313 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/trunk/webapps/docs/config/cluster.xml Modified: tomcat

svn commit: r1535315 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:53:11 2013 New Revision: 1535315 URL: http://svn.apache.org/r1535315 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0

svn commit: r1535316 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/cluster.xml

2013-10-24 Thread kfujino
Author: kfujino Date: Thu Oct 24 08:55:09 2013 New Revision: 1535316 URL: http://svn.apache.org/r1535316 Log: Add to cluster document a description of notifyLifecycleListenerOnFailure and heartbeatBackgroundEnabled. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 05:40:38 2013 New Revision: 1536968 URL: http://svn.apache.org/r1536968 Log: Simplify the code of DeltaManager#startInternal(). Reduce unnecessary nesting for acquisition of cluster instance. Modified: tomcat/trunk/java/org/apache/catalina/ha/session

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 05:43:51 2013 New Revision: 1536970 URL: http://svn.apache.org/r1536970 Log: Simplify the code of DeltaManager#startInternal(). Reduce unnecessary nesting for acquisition of cluster instance. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 06:09:24 2013 New Revision: 1536974 URL: http://svn.apache.org/r1536974 Log: Remove unnecessary attributes of stateTransferCreateSendTime and receiverQueue from cluster manager template. These attributes should not be defined as a template. Modified: tomcat

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

2013-10-29 Thread kfujino
Author: kfujino Date: Wed Oct 30 06:12:26 2013 New Revision: 1536975 URL: http://svn.apache.org/r1536975 Log: Remove unnecessary attributes of stateTransferCreateSendTime and receiverQueue from cluster manager template. These attributes should not be defined as a template. Modified: tomcat

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:37:05 2013 New Revision: 1539268 URL: http://svn.apache.org/r1539268 Log: Fix MBean attribute definition of stateTransfered. The method name is not isStateTransfered() but getStateTransfered(). Modified: tomcat/trunk/java/org/apache/catalina/ha/session

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:39:58 2013 New Revision: 1539269 URL: http://svn.apache.org/r1539269 Log: Fix MBean attribute definition of stateTransfered. The method name is not isStateTransfered() but getStateTransfered(). Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:44:00 2013 New Revision: 1539270 URL: http://svn.apache.org/r1539270 Log: Correct stop failure log of cluster. Failure cause is not only Valve. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:47:14 2013 New Revision: 1539272 URL: http://svn.apache.org/r1539272 Log: Correct stop failure log of cluster. Failure cause is not only Valve. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java tomcat/tc7.0.x/trunk

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:55:59 2013 New Revision: 1539276 URL: http://svn.apache.org/r1539276 Log: Remove unnecessary sleep when sending session blocks on session sync phase. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java

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

2013-11-06 Thread kfujino
Author: kfujino Date: Wed Nov 6 08:58:35 2013 New Revision: 1539277 URL: http://svn.apache.org/r1539277 Log: Remove unnecessary sleep when sending session blocks on session sync phase. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java tomcat/tc7.0.x

svn commit: r1545579 - /tomcat/trunk/webapps/docs/config/cluster-manager.xml

2013-11-26 Thread kfujino
Author: kfujino Date: Tue Nov 26 09:35:40 2013 New Revision: 1545579 URL: http://svn.apache.org/r1545579 Log: Correct the documentation for Cluster manager. Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml Modified: tomcat/trunk/webapps/docs/config/cluster-manager.xml URL

svn commit: r1545580 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster-manager.xml

2013-11-26 Thread kfujino
Author: kfujino Date: Tue Nov 26 09:38:52 2013 New Revision: 1545580 URL: http://svn.apache.org/r1545580 Log: Correct the documentation for Cluster manager. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/config/cluster-manager.xml Modified

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

2013-11-26 Thread kfujino
Author: kfujino Date: Tue Nov 26 09:42:36 2013 New Revision: 1545582 URL: http://svn.apache.org/r1545582 Log: Expose stateTimestampDrop of org.apache.catalina.ha.session.DeltaManager via JMX. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Modified

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

2013-11-26 Thread kfujino
Author: kfujino Date: Tue Nov 26 09:47:20 2013 New Revision: 1545585 URL: http://svn.apache.org/r1545585 Log: Expose stateTimestampDrop of org.apache.catalina.ha.session.DeltaManager via JMX. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml

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

2013-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 3 09:48:36 2013 New Revision: 1547327 URL: http://svn.apache.org/r1547327 Log: When the ping timeouted, make sure that memberDisappeared method is not called by specifying the members that has already been removed. Modified: tomcat/trunk/java/org/apache

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

2013-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 3 10:01:11 2013 New Revision: 1547329 URL: http://svn.apache.org/r1547329 Log: Add log message of session relocation when member disappeared. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java Modified: tomcat/trunk/java

svn commit: r1547333 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2013-12-03 Thread kfujino
Author: kfujino Date: Tue Dec 3 10:15:54 2013 New Revision: 1547333 URL: http://svn.apache.org/r1547333 Log: -When the ping timeouted, make sure that memberDisappeared method is not called by specifying the members that has already been removed. -Add log message of session relocation when

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

2013-12-03 Thread kfujino
Author: kfujino Date: Wed Dec 4 04:58:23 2013 New Revision: 1547709 URL: http://svn.apache.org/r1547709 Log: If ping message fails, prevent the wrong timeout detection of normal member that is no failure members. Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis

svn commit: r1547711 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2013-12-03 Thread kfujino
Author: kfujino Date: Wed Dec 4 05:13:26 2013 New Revision: 1547711 URL: http://svn.apache.org/r1547711 Log: If ping message fails, prevent the wrong timeout detection of normal member that is no failure members. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/tipis

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

2013-12-12 Thread kfujino
Author: kfujino Date: Thu Dec 12 10:25:49 2013 New Revision: 1550391 URL: http://svn.apache.org/r1550391 Log: In AbstractReplicatedMap#finalize, remove rpcChannel from channel Listener of group channel before sending MapMessage.MSG_STOP message. This prevent that the node that sent the

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

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 01:41:13 2013 New Revision: 1550612 URL: http://svn.apache.org/r1550612 Log: Fix changelog. 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/viewvc/tomcat/tc7.0.x

svn commit: r1550614 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 01:58:02 2013 New Revision: 1550614 URL: http://svn.apache.org/r1550614 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/trunk/webapps/docs/config/cluster

svn commit: r1550616 - in /tomcat/tc7.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 02:00:17 2013 New Revision: 1550616 URL: http://svn.apache.org/r1550616 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1550617 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml config/cluster-interceptor.xml

2013-12-12 Thread kfujino
Author: kfujino Date: Fri Dec 13 02:02:09 2013 New Revision: 1550617 URL: http://svn.apache.org/r1550617 Log: Fix the sample configuration of StaticMembershipInterceptor in order to prevent warning log. uniqueId must be 16 bytes. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

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

2013-12-17 Thread kfujino
Author: kfujino Date: Tue Dec 17 09:28:14 2013 New Revision: 1551494 URL: http://svn.apache.org/r1551494 Log: Add time stamp to GET_ALL_SESSION message. Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified: tomcat/trunk/java/org/apache/catalina/ha/session

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

2013-12-17 Thread kfujino
Author: kfujino Date: Tue Dec 17 09:29:36 2013 New Revision: 1551495 URL: http://svn.apache.org/r1551495 Log: Add time stamp to GET_ALL_SESSION message. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

svn commit: r1561609 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2014-01-27 Thread kfujino
Author: kfujino Date: Mon Jan 27 08:43:02 2014 New Revision: 1561609 URL: http://svn.apache.org/r1561609 Log: The type of logger attribute of Context MBean should be not org.apache.commons.logging.Log but org.apache.juli.logging.Log. Modified: tomcat/trunk/java/org/apache/catalina/core

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

2014-01-27 Thread kfujino
Author: kfujino Date: Mon Jan 27 08:44:31 2014 New Revision: 1561610 URL: http://svn.apache.org/r1561610 Log: The type of logger attribute of Context MBean should be not org.apache.commons.logging.Log but org.apache.juli.logging.Log. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina

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

2014-01-30 Thread kfujino
Author: kfujino Date: Thu Jan 30 08:49:32 2014 New Revision: 1562724 URL: http://svn.apache.org/r1562724 Log: Simplify the code of o.a.c.ha.tcp.SimpleTcpCluster.createManager(String). Remove unnecessary class cast. Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

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

2014-01-30 Thread kfujino
Author: kfujino Date: Thu Jan 30 08:50:55 2014 New Revision: 1562726 URL: http://svn.apache.org/r1562726 Log: Simplify the code of o.a.c.ha.tcp.SimpleTcpCluster.createManager(String). Remove unnecessary class cast. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp

<    5   6   7   8   9   10   11   12   13   >