Author: kfujino Date: Wed Apr 22 00:53:33 2015 New Revision: 1675235 URL: http://svn.apache.org/r1675235 Log: Remove unused pathname attribute in mbean definition of BackupManager.
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1675235&r1=1675234&r2=1675235&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Wed Apr 22 00:53:33 2015 @@ -511,10 +511,6 @@ description="Send session attribute change events on backup nodes" type="boolean"/> <attribute - name="pathname" - description="Path name of the disk file in which active sessions" - type="java.lang.String"/> - <attribute name="processExpiresFrequency" description="The frequency of the manager checks (expiration and passivation)" type="int"/> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1675235&r1=1675234&r2=1675235&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Apr 22 00:53:33 2015 @@ -118,6 +118,10 @@ Add new attribute that send all actions for session across Tomcat cluster nodes. (kfujino) </add> + <fix> + Remove unused <code>pathname</code> attribute in mbean definition of + <code>BackupManager</code>. (kfujino) + </fix> </changelog> </subsection> <subsection name="WebSocket"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org