Author: kfujino Date: Wed Apr 6 08:17:28 2016 New Revision: 1737938 URL: http://svn.apache.org/viewvc?rev=1737938&view=rev Log: Remove unused distributable attribute that is defined as TransientAttribute of Manager in StoreConfig.
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1737938&r1=1737937&r2=1737938&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml (original) +++ tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Wed Apr 6 08:17:28 2016 @@ -144,7 +144,6 @@ children="true" tagClass="org.apache.catalina.Manager" storeFactoryClass="org.apache.catalina.storeconfig.ManagerSF"> - <TransientAttribute>distributable</TransientAttribute> <TransientAttribute>domain</TransientAttribute> </Description> <Description @@ -154,7 +153,6 @@ children="true" tagClass="org.apache.catalina.session.PersistentManager" storeFactoryClass="org.apache.catalina.storeconfig.PersistentManagerSF"> - <TransientAttribute>distributable</TransientAttribute> </Description> <Description tag="Store" Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737938&r1=1737937&r2=1737938&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Apr 6 08:17:28 2016 @@ -102,6 +102,11 @@ <code>o.a.catalina.valves.ErrorReportValve.showReport</code> is disabled. Patch is provided by Svetlin Zarev. (violetagg) </fix> + <fix> + Remove unused <code>distributable</code> attribute that is defined as + <code>TransientAttribute</code> of <code>Manager</code> in StoreConfig. + (kfujino) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org