This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new b83ebba MBean needed fixes too.
b83ebba is described below
commit b83ebbaf4c0f53eb4240e059859f3e00d6bdcca0
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 16 19:19:54 2020 +0100
MBean needed fixes too.
---
java/org/apache/catalina/ha/session/mbeans-descriptors.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
b/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
index c334c25..2c4d40c 100644
--- a/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/ha/session/mbeans-descriptors.xml
@@ -102,7 +102,7 @@
type="java.lang.String"
writeable="false"/>
<attribute
- name="counterNoStateTransfered"
+ name="counterNoStateTransferred"
description="Count the failed session transfers noStateTransferred"
type="int"
writeable="false"/>
@@ -297,7 +297,7 @@
type="java.lang.String"
writeable="false"/>
<attribute
- name="stateTransfered"
+ name="stateTransferred"
description="Is session state transferred complete? "
type="boolean"/>
<attribute
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]