Author: schultz Date: Fri Oct 10 17:07:34 2025 New Revision: 1929065 Log: Add note about problems with the October releases.
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Fri Oct 10 17:06:48 2025 (r1929064) +++ tomcat/site/trunk/docs/index.html Fri Oct 10 17:07:34 2025 (r1929065) @@ -32,6 +32,12 @@ these users and their stories are listed wiki page.</p> </div><h3 id="Tomcat_11.0.12_Released"><span class="pull-right">2025-10-07</span> Tomcat 11.0.12 Released</h3><div class="text"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.12 of Apache Tomcat. This release implements specifications that are part of the @@ -64,6 +70,12 @@ changelog</a>. <a href="https://tomcat.apache.org/download-11.cgi">Download</a> </p> </div><h3 id="Tomcat_10.1.47_Released"><span class="pull-right">2025-10-07</span> Tomcat 10.1.47 Released</h3><div class="text"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.47 of Apache Tomcat. This release implements specifications that are part of the @@ -99,6 +111,12 @@ changelog</a>. <a href="https://tomcat.apache.org/download-10.cgi">Download</a> </p> </div><h3 id="Tomcat_9.0.110_Released"><span class="pull-right">2025-10-06</span> Tomcat 9.0.110 Released</h3><div class="text"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.110 of Apache Tomcat. This release implements specifications that are part of the Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Fri Oct 10 17:06:48 2025 (r1929064) +++ tomcat/site/trunk/xdocs/index.xml Fri Oct 10 17:07:34 2025 (r1929065) @@ -52,6 +52,12 @@ wiki page.</p> </section> <section name="Tomcat 11.0.12 Released" rtext="2025-10-07"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.12 of Apache Tomcat. This release implements specifications that are part of the @@ -85,6 +91,12 @@ changelog</a>. </p> </section> <section name="Tomcat 10.1.47 Released" rtext="2025-10-07"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.47 of Apache Tomcat. This release implements specifications that are part of the @@ -123,6 +135,12 @@ changelog</a>. <section name="Tomcat 9.0.110 Released" rtext="2025-10-06"> +<p><b> +This release contains a breaking bug for users of AJP where HTTP DELETE and +HTTP PROPFIND requests are re-written as HTTP OPTIONS and HTTP TRACE +on the origin server. If you use AJP to connect your web servers to your +Tomcat servers, please wait for the next release. +</b></p> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.110 of Apache Tomcat. This release implements specifications that are part of the --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
