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:48:28 UTC

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

Author: kfujino
Date: Wed Apr  6 08:48:28 2016
New Revision: 1737942

URL: http://svn.apache.org/viewvc?rev=1737942&view=rev
Log:
Fix handling of Cluster Receiver in StoreConfig.
The bind and host attributes define as TransientAttribute.

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=1737942&r1=1737941&r2=1737942&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:48:28 2016
@@ -385,6 +385,8 @@
         default="false"
         tagClass="org.apache.catalina.tribes.ChannelReceiver"
         storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase">
+        <TransientAttribute>bind</TransientAttribute>
+        <TransientAttribute>host</TransientAttribute>
      </Description>
      <Description
         tag="Membership"

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737942&r1=1737941&r2=1737942&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Apr  6 08:48:28 2016
@@ -107,6 +107,11 @@
         <code>TransientAttribute</code> of <code>Manager</code> in StoreConfig.
         (kfujino)
       </fix>
+      <fix>
+        Fix handling of Cluster Receiver in StoreConfig. The <code>bind</code>
+        and <code>host</code> attributes define as
+        <code>TransientAttribute</code>. (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