Author: markt
Date: Mon Jun 26 12:07:38 2017
New Revision: 1799884

URL: http://svn.apache.org/viewvc?rev=1799884&view=rev
Log:
Add info on new BIO handling for 8.5.x.

Modified:
    tomcat/site/trunk/docs/migration-85.html
    tomcat/site/trunk/xdocs/migration-85.xml

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1799884&r1=1799883&r2=1799884&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Mon Jun 26 12:07:38 2017
@@ -295,7 +295,10 @@ of Apache Tomcat.</p>
     
 <p>The Java blocking IO implementation (BIO) for both HTTP and AJP has been
     removed. Users are recommended to switch to the Java non-blocking IO
-    implementation (NIO).</p>
+    implementation (NIO). As of Tomcat 8.5.17, if a BIO Connector is explicitly
+    configured, rather than failing to start the Connector, Tomcat will
+    automatically switch the Connector to use the NIO implementation and log a
+    warning.</p>
 
   
 </div>

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1799884&r1=1799883&r2=1799884&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Mon Jun 26 12:07:38 2017
@@ -29,7 +29,10 @@ of Apache Tomcat.</p>
 
     <p>The Java blocking IO implementation (BIO) for both HTTP and AJP has been
     removed. Users are recommended to switch to the Java non-blocking IO
-    implementation (NIO).</p>
+    implementation (NIO). As of Tomcat 8.5.17, if a BIO Connector is explicitly
+    configured, rather than failing to start the Connector, Tomcat will
+    automatically switch the Connector to use the NIO implementation and log a
+    warning.</p>
 
   </subsection>
 



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

Reply via email to