Author: remm
Date: Fri Jun  1 08:15:01 2018
New Revision: 1832665

URL: http://svn.apache.org/viewvc?rev=1832665&view=rev
Log:
62423: Fix attribute typo.

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

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1832665&r1=1832664&r2=1832665&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun  1 08:15:01 2018
@@ -173,6 +173,9 @@
         Correctly handle an invalid quality value in an
         <code>Accept-Language</code> header. (markt)
       </fix>
+      <docs>
+        <bug>62423</bug>: Fix SSL docs CRL attribute typo. (remm)
+      </docs>
     </changelog>
   </subsection>
   <subsection name="Jasper">

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1832665&r1=1832664&r2=1832665&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Jun  1 08:15:01 2018
@@ -1164,7 +1164,7 @@
       lists for the certificate authorities. The format is PEM-encoded. If not
       defined, client certificates will not be checked against a certificate
       revocation list (unless an OpenSSL based connector is used and
-      <strong>certificateRevocationPath</strong> is defined). Relative paths
+      <strong>certificateRevocationListPath</strong> is defined). Relative 
paths
       will be resolved against <code>$CATALINA_BASE</code>. JSSE based
       connectors may also specify a URL for this attribute.</p>
     </attribute>
@@ -1576,7 +1576,7 @@
     </attribute>
 
     <attribute name="crlFile" required="false">
-      <p>This is an alias for the <code>certificateRevocationFile</code>
+      <p>This is an alias for the <code>certificateRevocationListFile</code>
       attribute of the default
       <a href="#SSL_Support_-_SSLHostConfig">SSLHostConfig</a> element.</p>
     </attribute>
@@ -1732,13 +1732,13 @@
     </attribute>
 
     <attribute name="SSLCARevocationFile" required="false">
-      <p>This is an alias for the <code>certificateRevocationFile</code>
+      <p>This is an alias for the <code>certificateRevocationListFile</code>
       attribute of the default
       <a href="#SSL_Support_-_SSLHostConfig">SSLHostConfig</a> element.</p>
     </attribute>
 
     <attribute name="SSLCARevocationPath" required="false">
-      <p>This is an alias for the <code>certificateRevocationPath</code>
+      <p>This is an alias for the <code>certificateRevocationListPath</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