You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kf...@apache.org on 2016/04/06 10:18:57 UTC

svn commit: r1737939 - in /tomcat/tc8.5.x/trunk: java/org/apache/catalina/storeconfig/server-registry.xml webapps/docs/changelog.xml

Author: kfujino
Date: Wed Apr  6 08:18:57 2016
New Revision: 1737939

URL: http://svn.apache.org/viewvc?rev=1737939&view=rev
Log:
Remove unused distributable attribute that is defined as TransientAttribute of Manager in StoreConfig.

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
    tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1737939&r1=1737938&r2=1737939&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml Wed Apr  6 08:18:57 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/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737939&r1=1737938&r2=1737939&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Wed Apr  6 08:18:57 2016
@@ -92,6 +92,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org