Author: markt
Date: Fri Mar 18 13:19:23 2016
New Revision: 1735599

URL: http://svn.apache.org/viewvc?rev=1735599&view=rev
Log:
More 8.5 updates

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=1735599&r1=1735598&r2=1735599&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Mar 18 13:19:23 2016
@@ -990,13 +990,14 @@
   respectively, to pass correct information to the servlets.</p>
 
   <p>The NIO and NIO2 connectors use either the JSSE Java SSL implementation or
-  an OpenSSL implementation, whereas the
-  APR/native connector uses OpenSSL only. Prior to Tomcat 9, different 
configuration
-  attributes were used for JSSE and OpenSSL. From Tomcat 9 onwards, and as far
-  as possible, common configuration attributes are used for both JSSE and
-  OpenSSL. Also if using the JSSE OpenSSL implementation, configuration can be 
set using
-  either the JSSE or APR attributes (note: but not both types within the same 
configuration).
-  This is to aid simpler switching between connector implementations for SSL 
connectors.</p>
+  an OpenSSL implementation, whereas the APR/native connector uses OpenSSL 
only.
+  Prior to Tomcat 8.5, different configuration attributes were used for JSSE 
and
+  OpenSSL. From Tomcat 8.5 onwards, and as far as possible, common 
configuration
+  attributes are used for both JSSE and OpenSSL. Also if using the JSSE OpenSSL
+  implementation, configuration can be set using either the JSSE or APR
+  attributes (note: but not both types within the same configuration). This is
+  to aid simpler switching between connector implementations for SSL
+  connectors.</p>
 
   <p>Each secure connector must define at least one
   <strong>SSLHostConfig</strong>. The names of the



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

Reply via email to