Author: kfujino Date: Mon Apr 13 05:13:36 2015 New Revision: 1673107 URL: http://svn.apache.org/r1673107 Log: Remove sessionIdLength attribute from clusterManager mbean definitions.
Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1673107&r1=1673106&r2=1673107&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Mon Apr 13 05:13:36 2015 @@ -253,10 +253,6 @@ description="Total number of sessions created by this manager" type="long"/> <attribute - name="sessionIdLength" - description="The session id length (in bytes) of Sessions created by this Manager" - type="int"/> - <attribute name="sessionMaxAliveTime" description="Longest time an expired session had been alive" type="int"/> @@ -499,10 +495,6 @@ description="Total number of sessions created by this manager" type="long"/> <attribute - name="sessionIdLength" - description="The session id length (in bytes) of Sessions created by this Manager" - type="int"/> - <attribute name="sessionMaxAliveTime" description="Longest time an expired session had been alive" type="int"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org