Author: schultz
Date: Fri Oct 25 15:04:52 2024
New Revision: 1921545
URL: http://svn.apache.org/viewvc?rev=1921545&view=rev
Log:
Add a noteable change entry the 9.0.96 JSP binary incompatibility with regard
to release of pooled tags.
Modified:
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/xdocs/migration-9.xml
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1921545&r1=1921544&r2=1921545&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Fri Oct 25 15:04:52 2024
@@ -294,6 +294,13 @@ versions of Apache Tomcat<sup>®</sup
backwards compatible and might cause breakage when upgrading.</p>
<ul>
<li>
+ In 9.0.96, a change was made to the way pooled JSP tags were released,
+ resulting in a binary incompatiblity between some JSP files compiled
+ with earlier versions of Apache Tomcat 9. This incompatibility will be
+ corrected in 9.0.97, so JSPs compiled <i>before</i> 9.0.96 should again
+ run without recompilation in 9.0.97 and later.
+ </li>
+ <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>
Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1921545&r1=1921544&r2=1921545&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Fri Oct 25 15:04:52 2024
@@ -309,6 +309,13 @@ versions of Apache Tomcat<sup>®</su
backwards compatible and might cause breakage when upgrading.</p>
<ul>
<li>
+ In 9.0.96, a change was made to the way pooled JSP tags were released,
+ resulting in a binary incompatiblity between some JSP files compiled
+ with earlier versions of Apache Tomcat 9. This incompatibility will be
+ corrected in 9.0.97, so JSPs compiled <i>before</i> 9.0.96 should again
+ run without recompilation in 9.0.97 and later.
+ </li>
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]