Author: markt Date: Wed Aug 24 22:44:45 2016 New Revision: 1757583 URL: http://svn.apache.org/viewvc?rev=1757583&view=rev Log: (empty)
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=1757583&r1=1757582&r2=1757583&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Aug 24 22:44:45 2016 @@ -274,6 +274,10 @@ <bug>60034</bug>: Correct a typo in the Manager How-To page of the documentation web application. (markt) </fix> + <fix> + Correct the name of the CRL location configuration attributes in the + documentation web application. (markt) + </fix> </changelog> </subsection> <subsection name="jdbc-pool"> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1757583&r1=1757582&r2=1757583&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Wed Aug 24 22:44:45 2016 @@ -1080,7 +1080,7 @@ <attributes> - <attribute name="certificateRevocationFile" required="false"> + <attribute name="certificateRevocationListFile" required="false"> <p>Name of the file that contains the concatenated certificate revocation lists for the certificate authorities. The format is PEM-encoded. If not defined, client certificates will not be checked against a certificate @@ -1090,7 +1090,7 @@ connectors may also specify a URL for this attribute.</p> </attribute> - <attribute name="certificateRevocationPath" required="false"> + <attribute name="certificateRevocationListPath" required="false"> <p>OpenSSL only.</p> <p>Name of the directory that contains the certificate revocation lists for the certificate authorities. The format is PEM-encoded. Relative paths --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org