Author: kfujino
Date: Fri Dec 13 02:02:09 2013
New Revision: 1550617
URL: http://svn.apache.org/r1550617
Log:
Fix the sample configuration of StaticMembershipInterceptor in order to prevent
warning log. uniqueId must be 16 bytes.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1550617&r1=1550616&r2=1550617&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Dec 13 02:02:09 2013
@@ -120,6 +120,10 @@
the <code>CombinedRealm</code> and <code>LockOutRealm</code>. Patch by
Cédric Couralet. (markt)
</fix>
+ <fix>
+ Fix the sample configuration of
<code>StaticMembershipInterceptor</code>
+ in order to prevent warning log. uniqueId must be 16 bytes. (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1550617&r1=1550616&r2=1550617&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/cluster-interceptor.xml Fri Dec 13
02:02:09 2013
@@ -75,7 +75,7 @@
securePort="-1"
host="tomcat01.mydomain.com"
domain="staging-cluster"
- uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
+
uniqueId="{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}"/>
</Interceptor>
</source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]