Author: kfujino
Date: Wed Apr 6 08:50:18 2016
New Revision: 1737945
URL: http://svn.apache.org/viewvc?rev=1737945&view=rev
Log:
Fix handling of Cluster Receiver in StoreConfig.
The bind and host attributes define as TransientAttribute.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1737945&r1=1737944&r2=1737945&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/storeconfig/server-registry.xml
Wed Apr 6 08:50:18 2016
@@ -369,6 +369,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.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1737945&r1=1737944&r2=1737945&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Apr 6 08:50:18 2016
@@ -87,6 +87,11 @@
<code>o.a.catalina.valves.ErrorReportValve.showReport</code> is
disabled. Patch is provided by Svetlin Zarev. (violetagg)
</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: [email protected]
For additional commands, e-mail: [email protected]