You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/30 08:33:34 UTC

svn commit: r1845201 - /tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Author: markt
Date: Tue Oct 30 08:33:34 2018
New Revision: 1845201

URL: http://svn.apache.org/viewvc?rev=1845201&view=rev
Log:
ws police

Modified:
    tomcat/trunk/webapps/docs/config/cluster-interceptor.xml

Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1845201&r1=1845200&r2=1845201&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original)
+++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Tue Oct 30 08:33:34 2018
@@ -213,11 +213,11 @@
        The length of the key will specify the flavor of the encryption algorithm
        to be used, if applicable (e.g. AES-128 versus AES-256).
 
-       The default algorithm is <code>AES/CBC/PKCS5Padding</code>. 
+       The default algorithm is <code>AES/CBC/PKCS5Padding</code>.
      </attribute>
      <attribute name="encryptionKey" required="true">
        The key to be used with the encryption algorithm.
-       
+
        The key should be specified as hex-encoded bytes of the appropriate
        length for the algorithm (e.g. 16 bytes / 32 characters / 128 bits for
        AES-128, 32 bytes / 64 characters / 256 bits for AES-256, etc.).



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