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 2016/04/05 08:52:53 UTC

svn commit: r1737786 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/http.xml

Author: markt
Date: Tue Apr  5 06:52:53 2016
New Revision: 1737786

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

Modified:
    tomcat/tc8.5.x/trunk/   (props changed)
    tomcat/tc8.5.x/trunk/webapps/docs/config/http.xml

Propchange: tomcat/tc8.5.x/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Apr  5 06:52:53 2016
@@ -1 +1 @@
-/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748
+/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715,1737748,1737785

Modified: tomcat/tc8.5.x/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/config/http.xml?rev=1737786&r1=1737785&r2=1737786&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/config/http.xml Tue Apr  5 06:52:53 2016
@@ -1427,7 +1427,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>
@@ -1645,7 +1645,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org