You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/05/06 02:59:41 UTC

svn commit: r1677914 - /tomcat/trunk/webapps/docs/config/http.xml

Author: kkolinko
Date: Wed May  6 00:59:40 2015
New Revision: 1677914

URL: http://svn.apache.org/r1677914
Log:
Correct a pair of typos noted when reviewing SSLHostConfig documentation.

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=1677914&r1=1677913&r2=1677914&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Wed May  6 00:59:40 2015
@@ -1007,7 +1007,7 @@
 
   <p>Each secure connector must define at least one
   <strong>SSLHostConfig</strong>. The names of the
-  <strong>SSLHostConfig</strong> elements must be unique and one of the must
+  <strong>SSLHostConfig</strong> elements must be unique and one of them must
   match the <code>sslDefaultHost</code> attribute of the
   <strong>Connector</strong>.</p>
 
@@ -1018,7 +1018,7 @@
   <strong>SSLHostConfig</strong> element also exists for the
   <code>sslDefaultHost</code> then that will be treated as a configuration
   error. It is expected that Tomcat 10 will drop support for the SSL
-  configuration attributes in the <strong>Connector</strong></p>.
+  configuration attributes in the <strong>Connector</strong>.</p>
 
   <p>For more information, see the
   <a href="../ssl-howto.html">SSL Configuration HOW-TO</a>.</p>



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