Author: kfujino
Date: Wed Apr  6 08:49:27 2016
New Revision: 1737943

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

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=1737943&r1=1737942&r2=1737943&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:49:27 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/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737943&r1=1737942&r2=1737943&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:49:27 2016
@@ -97,6 +97,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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to