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 2020/02/13 15:38:23 UTC

svn commit: r1873982 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

Author: kkolinko
Date: Thu Feb 13 15:38:23 2020
New Revision: 1873982

URL: http://svn.apache.org/viewvc?rev=1873982&view=rev
Log:
Add links to migration guides to the recent release announcements.

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1873982&r1=1873981&r2=1873982&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Thu Feb 13 15:38:23 2020
@@ -34,7 +34,9 @@ The Apache Tomcat Project is proud to an
 of Apache Tomcat. The notable changes compared to 9.0.30 include:</p>
 <ul>
 <li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml</li>
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a href="migration-9.html#Tomcat_9.0.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
 <li>The JmxRemoteLifecycleListener is now deprecated</li>
 <li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
     rejectIllegalHeader and expanded to include header values as well as
@@ -58,7 +60,9 @@ specification versions remain unchanged.
 to 8.5.49 include:</p>
 <ul>
 <li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml</li>
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
 <li>The JmxRemoteLifecycleListener is now deprecated</li>
 <li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
     rejectIllegalHeader and expanded to include header values as well as

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1873982&r1=1873981&r2=1873982&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Thu Feb 13 15:38:23 2020
@@ -46,7 +46,10 @@ The Apache Tomcat Project is proud to an
 of Apache Tomcat. The notable changes compared to 9.0.30 include:</p>
 <ul>
 <li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml</li>
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a
+    href="migration-9.html#Tomcat_9.0.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
 <li>The JmxRemoteLifecycleListener is now deprecated</li>
 <li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
     rejectIllegalHeader and expanded to include header values as well as
@@ -72,7 +75,10 @@ specification versions remain unchanged.
 to 8.5.49 include:</p>
 <ul>
 <li>AJP defaults changed to listen the loopback address, require a secret
-    and to be disabled in the sample server.xml</li>
+    and to be disabled in the sample server.xml file. If you are using the
+    AJP protocol, please refer to the <a
+    href="migration-85.html#Tomcat_8.5.x_noteable_changes">Migration Guide</a>
+    and update your configuration.</li>
 <li>The JmxRemoteLifecycleListener is now deprecated</li>
 <li>The HTTP Connector attribute rejectIllegalHeaderName is renamed to
     rejectIllegalHeader and expanded to include header values as well as



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