Author: markt
Date: Wed Mar 15 09:19:26 2023
New Revision: 1908404

URL: http://svn.apache.org/viewvc?rev=1908404&view=rev
Log:
Update migration guide for maxParameterCount changes. Fix a few copy/paste 
issues.

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

Modified: tomcat/site/trunk/docs/migration-10.1.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-10.1.html?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-10.1.html (original)
+++ tomcat/site/trunk/docs/migration-10.1.html Wed Mar 15 09:19:26 2023
@@ -112,6 +112,10 @@ versions of Apache Tomcat.</p>
        upgrading.</p>
     <ul>
       <li>
+        In 10.1.8 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
+      <li>
         In 10.1.2 onwards the EL API no longer uses a privileged block to 
obtain
         the thread context class loader unless explicitly configured to do so
         via the <code>org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED</code> 
system

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Wed Mar 15 09:19:26 2023
@@ -74,7 +74,7 @@ versions of Apache Tomcat.</p>
 
   <div class="subsection"><h4 id="Internal_APIs">Internal APIs</h4><div 
class="text">
   
-    <p>Whilst the Tomcat 11.0 internal API is broadly compatible with Tomcat 
11.0
+    <p>Whilst the Tomcat 11.0 internal API is broadly compatible with Tomcat 
10.1
     there have been many changes at the detail level and they are not binary
     compatible. Developers of custom components that interact with Tomcat's
     internals should review the JavaDoc for the relevant API.</p>
@@ -107,7 +107,8 @@ versions of Apache Tomcat.</p>
        upgrading.</p>
     <ul>
       <li>
-        TBD
+        In 11.0.0-M5 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
       </li>
     </ul>
   </div></div>

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Wed Mar 15 09:19:26 2023
@@ -218,6 +218,10 @@ versions of Apache Tomcat.</p>
        changes will go unnoticed. This section lists changes that are not fully
        backwards compatible and might cause breakage when upgrading.</p>
     <ul>
+      <li>
+        In 8.5.88 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
       <li><p>In 8.5.51 onwards, the default listen <strong>address</strong> of
         the AJP Connector was changed to the loopback address rather than all
         addresses.</p>

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Wed Mar 15 09:19:26 2023
@@ -293,6 +293,10 @@ versions of Apache Tomcat.</p>
        changes will go unnoticed. This section lists changes that are not fully
        backwards compatible and might cause breakage when upgrading.</p>
     <ul>
+      <li>
+        In 9.0.74 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
       <li><p>In 9.0.31 onwards, the default listen <strong>address</strong> of
         the AJP Connector was changed to the loopback address rather than all
         addresses.</p>

Modified: tomcat/site/trunk/docs/migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Wed Mar 15 09:19:26 2023
@@ -24,8 +24,11 @@ accordingly.</p>
 
 <p>For upgrading between 11.0.x versions, see the
 <a href="migration-11.0.html#Upgrading_11.0.x">upgrading</a> section of the 
Tomcat
-10.1.x Migration Guide.</p>
+11.0.x Migration Guide.</p>
   
+<p>For migration from 10.1.x to 11.0.x, see the
+<a href="migration-11.0.html">Tomcat 11.0.x Migration Guide</a>.</p>
+
 <p>For upgrading between 10.1.x versions, see the
 <a href="migration-10.1.html#Upgrading_10.1.x">upgrading</a> section of the 
Tomcat
 10.1.x Migration Guide.</p>

Modified: tomcat/site/trunk/xdocs/migration-10.1.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-10.1.xml?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-10.1.xml (original)
+++ tomcat/site/trunk/xdocs/migration-10.1.xml Wed Mar 15 09:19:26 2023
@@ -127,6 +127,10 @@ versions of Apache Tomcat.</p>
        upgrading.</p>
     <ul>
       <li>
+        In 10.1.8 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
+      <li>
         In 10.1.2 onwards the EL API no longer uses a privileged block to 
obtain
         the thread context class loader unless explicitly configured to do so
         via the <code>org.apache.el.GET_CLASSLOADER_USE_PRIVILEGED</code> 
system

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Wed Mar 15 09:19:26 2023
@@ -87,7 +87,7 @@ versions of Apache Tomcat.</p>
 
   <subsection name="Internal APIs">
   
-    <p>Whilst the Tomcat 11.0 internal API is broadly compatible with Tomcat 
11.0
+    <p>Whilst the Tomcat 11.0 internal API is broadly compatible with Tomcat 
10.1
     there have been many changes at the detail level and they are not binary
     compatible. Developers of custom components that interact with 
Tomcat&apos;s
     internals should review the JavaDoc for the relevant API.</p>
@@ -122,7 +122,8 @@ versions of Apache Tomcat.</p>
        upgrading.</p>
     <ul>
       <li>
-        TBD
+        In 11.0.0-M5 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
       </li>
     </ul>
   </subsection>

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Wed Mar 15 09:19:26 2023
@@ -233,6 +233,10 @@ versions of Apache Tomcat.</p>
        changes will go unnoticed. This section lists changes that are not fully
        backwards compatible and might cause breakage when upgrading.</p>
     <ul>
+      <li>
+        In 8.5.88 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
       <li><p>In 8.5.51 onwards, the default listen <strong>address</strong> of
         the AJP Connector was changed to the loopback address rather than all
         addresses.</p>

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Wed Mar 15 09:19:26 2023
@@ -308,6 +308,10 @@ versions of Apache Tomcat.</p>
        changes will go unnoticed. This section lists changes that are not fully
        backwards compatible and might cause breakage when upgrading.</p>
     <ul>
+      <li>
+        In 9.0.74 onwards, the default value for the Connector attribute
+        <code>maxParameterCount</code> has been reduced from 10,000 to 1,000.
+      </li>
       <li><p>In 9.0.31 onwards, the default listen <strong>address</strong> of
         the AJP Connector was changed to the loopback address rather than all
         addresses.</p>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1908404&r1=1908403&r2=1908404&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Wed Mar 15 09:19:26 2023
@@ -35,8 +35,11 @@ accordingly.</p>
 
 <p>For upgrading between 11.0.x versions, see the
 <a href="migration-11.0.html#Upgrading_11.0.x">upgrading</a> section of the 
Tomcat
-10.1.x Migration Guide.</p>
+11.0.x Migration Guide.</p>
   
+<p>For migration from 10.1.x to 11.0.x, see the
+<a href="migration-11.0.html">Tomcat 11.0.x Migration Guide</a>.</p>
+
 <p>For upgrading between 10.1.x versions, see the
 <a href="migration-10.1.html#Upgrading_10.1.x">upgrading</a> section of the 
Tomcat
 10.1.x Migration Guide.</p>



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

Reply via email to