Author: markt
Date: Tue Apr  5 06:51:33 2016
New Revision: 1737785

URL: http://svn.apache.org/viewvc?rev=1737785&view=rev
Log:
s/certificateValidation/certificateVerification/ as reported on users list

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1737785&r1=1737784&r2=1737785&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Tue Apr  5 06:51:33 2016
@@ -1426,7 +1426,7 @@
     </attribute>
 
     <attribute name="clientAuth" required="false">
-      <p>This is an alias for the <code>certificateValidation</code> attribute
+      <p>This is an alias for the <code>certificateVerification</code> 
attribute
       of the default <a href="#SSL_Support_-_SSLHostConfig">SSLHostConfig</a>
       element.</p>
     </attribute>
@@ -1644,7 +1644,7 @@
     </attribute>
 
     <attribute name="SSLVerifyClient" required="false">
-      <p>This is an alias for the <code>certificateValidation</code> attribute
+      <p>This is an alias for the <code>certificateVerification</code> 
attribute
       of the default <a href="#SSL_Support_-_SSLHostConfig">SSLHostConfig</a>
       element.</p>
     </attribute>



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

Reply via email to