Author: kkolinko
Date: Thu Nov 5 01:51:10 2015
New Revision: 1712703
URL: http://svn.apache.org/viewvc?rev=1712703&view=rev
Log:
Mention maxPostSize change in Tomcat 7 and 8.
This caused several (~5) threads on users.
Some people reported facing it when upgrading from an old Tomcat 7 version to
current Tomcat 8. (reported via documentation comments)
Overall this change is not so important, but it is hard to debug it and match
the observed behaviour with changelog.
Modified:
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/migration-8.html
tomcat/site/trunk/xdocs/migration-7.xml
tomcat/site/trunk/xdocs/migration-8.xml
Modified: tomcat/site/trunk/docs/migration-7.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1712703&r1=1712702&r2=1712703&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Thu Nov 5 01:51:10 2015
@@ -985,6 +985,17 @@ of Apache Tomcat.</p>
<li>In 7.0.51 onwards, the web application class loader is now a higher
priority for loading classes than the system class loader.</li>
+
+<li>
+<p>In 7.0.63 onwards, the meaning of value 0 for <code>maxPostSize</code>
+ attribute on connectors was changed to mean a limit of zero rather
+ than no limit to align it with <code>maxSavePostSize</code> and to
+ be more intuitive.</p>
+
+<p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP connector</a>,
+ <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.</p>
+
+</li>
</ul>
Modified: tomcat/site/trunk/docs/migration-8.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1712703&r1=1712702&r2=1712703&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Thu Nov 5 01:51:10 2015
@@ -247,6 +247,9 @@
<a href="#Upgrading_8.0.x">Upgrading 8.0.x</a>
<ol>
<li>
+<a href="#Tomcat_8.0.x_noteable_changes">Tomcat 8.0.x noteable changes</a>
+</li>
+<li>
<a href="#Tomcat_8.0.x_configuration_file_differences">Tomcat 8.0.x
configuration file differences</a>
</li>
</ol>
@@ -648,6 +651,35 @@ of Apache Tomcat.</p>
as part of the upgrade. To assist with the identification of these changes,
the form below may be used to view the differences between the configuration
files in different versions of Tomcat 8.</p>
+
+
+<div class="subsection">
+<h4 id="Tomcat_8.0.x_noteable_changes">Tomcat 8.0.x noteable changes</h4>
+<div class="text">
+
+<p>The Tomcat developers aim for each patch release to be fully backwards
+ compatible with the previous release. Occassionally, it is necessary to
+ break backwards compatibility in order to fix a bug. In most cases,
these
+ changes will go unnoticed. This section lists changes that are not fully
+ backwards compatible and might cause breakage when upgrading.</p>
+
+<ul>
+
+<li>
+<p>In 8.0.24 onwards, the meaning of value 0 for <code>maxPostSize</code>
+ attribute on connectors was changed to mean a limit of zero rather
+ than no limit to align it with <code>maxSavePostSize</code> and to
+ be more intuitive.</p>
+
+<p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP connector</a>,
+ <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.</p>
+
+</li>
+
+</ul>
+
+</div>
+</div>
<div class="subsection">
Modified: tomcat/site/trunk/xdocs/migration-7.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-7.xml?rev=1712703&r1=1712702&r2=1712703&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-7.xml (original)
+++ tomcat/site/trunk/xdocs/migration-7.xml Thu Nov 5 01:51:10 2015
@@ -484,6 +484,13 @@ of Apache Tomcat.</p>
<ul>
<li>In 7.0.51 onwards, the web application class loader is now a higher
priority for loading classes than the system class loader.</li>
+ <li><p>In 7.0.63 onwards, the meaning of value 0 for
<code>maxPostSize</code>
+ attribute on connectors was changed to mean a limit of zero rather
+ than no limit to align it with <code>maxSavePostSize</code> and to
+ be more intuitive.</p>
+ <p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP
connector</a>,
+ <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.</p>
+ </li>
</ul>
</subsection>
Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1712703&r1=1712702&r2=1712703&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Thu Nov 5 01:51:10 2015
@@ -268,6 +268,23 @@ of Apache Tomcat.</p>
as part of the upgrade. To assist with the identification of these changes,
the form below may be used to view the differences between the configuration
files in different versions of Tomcat 8.</p>
+
+ <subsection name="Tomcat 8.0.x noteable changes">
+ <p>The Tomcat developers aim for each patch release to be fully backwards
+ compatible with the previous release. Occassionally, it is necessary to
+ break backwards compatibility in order to fix a bug. In most cases,
these
+ changes will go unnoticed. This section lists changes that are not fully
+ backwards compatible and might cause breakage when upgrading.</p>
+ <ul>
+ <li><p>In 8.0.24 onwards, the meaning of value 0 for
<code>maxPostSize</code>
+ attribute on connectors was changed to mean a limit of zero rather
+ than no limit to align it with <code>maxSavePostSize</code> and to
+ be more intuitive.</p>
+ <p>Reference: <a href="tomcat-8.0-doc/config/http.html">HTTP
connector</a>,
+ <a href="tomcat-8.0-doc/config/ajp.html">AJP connector</a>.</p>
+ </li>
+ </ul>
+ </subsection>
<subsection name="Tomcat 8.0.x configuration file differences">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]