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=&quot;-1&quot;
                   host=&quot;tomcat01.mydomain.com&quot;
                   domain=&quot;staging-cluster&quot;
-                  uniqueId=&quot;{0,1,2,3,4,5,6,7,8,9}&quot;/&gt;
+                  
uniqueId=&quot;{0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}&quot;/&gt;
      &lt;/Interceptor&gt;
    
    </source>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to