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 03:12:54 UTC

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

Author: kkolinko
Date: Wed May  6 01:12:54 2015
New Revision: 1677915

URL: http://svn.apache.org/r1677915
Log:
Rename sections to make it more clear that these configuration attributes belong to Connector element, as opposed to SSLHostConfig.

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=1677915&r1=1677914&r2=1677915&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Wed May  6 01:12:54 2015
@@ -1188,7 +1188,7 @@
 
   </subsection>
 
-  <subsection name="SSL Support - NIO and NIO2 (deprecated)">
+  <subsection name="SSL Support - Connector - NIO and NIO2 (deprecated)">
 
   <p>The NIO and NIO2 connectors use the following attributes to configure SSL:
   </p>
@@ -1356,7 +1356,7 @@
 
   </subsection>
 
-  <subsection name="SSL Support - APR/Native (deprecated)">
+  <subsection name="SSL Support - Connector - APR/Native (deprecated)">
 
   <p>When APR/native is enabled, the HTTPS connector will use a socket poller
   for keep-alive, increasing scalability of the server. It also uses OpenSSL,



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