Author: remm Date: Mon Oct 13 20:21:30 2025 New Revision: 1929132 Log: Site update for 9.0.111
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/docs/download-90.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/download-90.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-9.xml tomcat/site/trunk/xdocs/oldnews.xml tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/build.properties.default ============================================================================== --- tomcat/site/trunk/build.properties.default Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/build.properties.default Mon Oct 13 20:21:30 2025 (r1929132) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.110 +tomcat9.0=9.0.111 tomcat10.1=10.1.47 tomcat11.0=11.0.13 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Oct 13 20:21:30 2025 (r1929132) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-10-06</created> - <revision>9.0.110</revision> + <created>2025-10-13</created> + <revision>9.0.111</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/download-90.html Mon Oct 13 20:21:30 2025 (r1929132) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.110[end] +[define v]9.0.111[end] <a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/index.html Mon Oct 13 20:21:30 2025 (r1929132) @@ -31,6 +31,29 @@ these users and their stories are listed <a href="https://cwiki.apache.org/confluence/display/TOMCAT/PoweredBy">PoweredBy</a> wiki page.</p> +</div><h3 id="Tomcat_9.0.111_Released"><span class="pull-right">2025-10-13</span> Tomcat 9.0.111 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.111 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.110 include:</p> +<ul> +<li>Fix copy/paste refactoring errors in 11.0.12 that meant DELETE + requests received via the AJP connector were processed as OPTIONS + requests and PROPFIND requests were processed as TRACE.</li> +<li>Add CIDR support to the RemoteIp[Filter|Valve] and deprecate + the RemoteAddr[Filter|Valve] in favour of the RemoteCIDR[Filter|Valve]</li> +<li>Log warnings when the SSO configuration does not comply with the + documentation.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.111_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> </div><h3 id="Tomcat_11.0.13_Released"><span class="pull-right">2025-10-13</span> Tomcat 11.0.13 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.13 @@ -104,35 +127,6 @@ changelog</a>. <p style="text-align: center;"> <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 -Java EE 8 platform. The notable changes compared to 9.0.109 include:</p> -<ul> - <li>Add specific certificate selection code for TLS 1.3 supporting post - quantum cryptography. Certificates defined with type MLDSA will be - selected depending on the TLS client hello.</li> - <li>Add groups attribute on SSLHostConfig allowing to restrict which - groups can be enabled on the SSL engine.</li> - <li>Store HTTP/1.1 request headers using the original case for the header - name rather than forcing it to lower case.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.110_(remm)">Tomcat 9 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-90.cgi">Download</a> -</p> </div><h3 id="Tomcat_Native_2.0.9_Released"><span class="pull-right">2025-05-29</span> Tomcat Native 2.0.9 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 2.0.9 of Modified: tomcat/site/trunk/docs/migration-9.html ============================================================================== --- tomcat/site/trunk/docs/migration-9.html Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/migration-9.html Mon Oct 13 20:21:30 2025 (r1929132) @@ -511,7 +511,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.106">9.0.106</option> <option value="9.0.107">9.0.107</option> <option value="9.0.108">9.0.108</option> - <option value="9.0.109" selected>9.0.109</option> + <option value="9.0.109">9.0.109</option> + <option value="9.0.110" selected>9.0.110</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -621,7 +622,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.107">9.0.107</option> <option value="9.0.108">9.0.108</option> <option value="9.0.109">9.0.109</option> - <option value="9.0.110" selected>9.0.110</option> + <option value="9.0.110">9.0.110</option> + <option value="9.0.111" selected>9.0.111</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/oldnews.html Mon Oct 13 20:21:30 2025 (r1929132) @@ -19,6 +19,35 @@ <li><a href="oldnews-2011.html">year 2011</a></li> <li><a href="oldnews-2010.html">year 2010</a></li> </ul> +</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 +Java EE 8 platform. The notable changes compared to 9.0.109 include:</p> +<ul> + <li>Add specific certificate selection code for TLS 1.3 supporting post + quantum cryptography. Certificates defined with type MLDSA will be + selected depending on the TLS client hello.</li> + <li>Add groups attribute on SSLHostConfig allowing to restrict which + groups can be enabled on the SSL engine.</li> + <li>Store HTTP/1.1 request headers using the original case for the header + name rather than forcing it to lower case.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.110_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</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 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/docs/whichversion.html Mon Oct 13 20:21:30 2025 (r1929132) @@ -56,7 +56,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.3</td> <td>9.0.x</td> - <td>9.0.110</td> + <td>9.0.111</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Mon Oct 13 20:21:30 2025 (r1929132) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-10-06</created> - <revision>9.0.110</revision> + <created>2025-10-13</created> + <revision>9.0.111</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/download-90.xml Mon Oct 13 20:21:30 2025 (r1929132) @@ -22,7 +22,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]9.0.110[end] +[define v]9.0.111[end] <a href="https://downloads.apache.org/tomcat/tomcat-9/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/index.xml Mon Oct 13 20:21:30 2025 (r1929132) @@ -48,6 +48,33 @@ these users and their stories are listed wiki page.</p> </section> + +<section name="Tomcat 9.0.111 Released" rtext="2025-10-13"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.111 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.110 include:</p> +<ul> +<li>Fix copy/paste refactoring errors in 11.0.12 that meant DELETE + requests received via the AJP connector were processed as OPTIONS + requests and PROPFIND requests were processed as TRACE.</li> +<li>Add CIDR support to the RemoteIp[Filter|Valve] and deprecate + the RemoteAddr[Filter|Valve] in favour of the RemoteCIDR[Filter|Valve]</li> +<li>Log warnings when the SSO configuration does not comply with the + documentation.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.111_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +</section> + + <section name="Tomcat 11.0.13 Released" rtext="2025-10-13"> <p> The Apache Tomcat Project is proud to announce the release of version 11.0.13 @@ -125,42 +152,6 @@ changelog</a>. </section> -<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 -Java EE 8 platform. The notable changes compared to 9.0.109 include:</p> -<ul> - <li>Add specific certificate selection code for TLS 1.3 supporting post - quantum cryptography. Certificates defined with type MLDSA will be - selected depending on the TLS client hello.</li> - <li>Add groups attribute on SSLHostConfig allowing to restrict which - groups can be enabled on the SSL engine.</li> - <li>Store HTTP/1.1 request headers using the original case for the header - name rather than forcing it to lower case.</li> -</ul> -<p> -Full details of these changes, and all the other changes, are available in the -<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.110_(remm)">Tomcat 9 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-90.cgi">Download</a> -</p> -</section> - - - - - - <section name="Tomcat Native 2.0.9 Released" rtext="2025-05-29"> <p> The Apache Tomcat Project is proud to announce the release of version 2.0.9 of Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/migration-9.xml Mon Oct 13 20:21:30 2025 (r1929132) @@ -528,7 +528,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.106">9.0.106</option> <option value="9.0.107">9.0.107</option> <option value="9.0.108">9.0.108</option> - <option value="9.0.109" selected="selected">9.0.109</option> + <option value="9.0.109">9.0.109</option> + <option value="9.0.110" selected="selected">9.0.110</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -638,7 +639,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.107">9.0.107</option> <option value="9.0.108">9.0.108</option> <option value="9.0.109">9.0.109</option> - <option value="9.0.110" selected="selected">9.0.110</option> + <option value="9.0.110">9.0.110</option> + <option value="9.0.111" selected="selected">9.0.111</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/oldnews.xml Mon Oct 13 20:21:30 2025 (r1929132) @@ -29,6 +29,38 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </section> + +<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 +Java EE 8 platform. The notable changes compared to 9.0.109 include:</p> +<ul> + <li>Add specific certificate selection code for TLS 1.3 supporting post + quantum cryptography. Certificates defined with type MLDSA will be + selected depending on the TLS client hello.</li> + <li>Add groups attribute on SSLHostConfig allowing to restrict which + groups can be enabled on the SSL engine.</li> + <li>Store HTTP/1.1 request headers using the original case for the header + name rather than forcing it to lower case.</li> +</ul> +<p> +Full details of these changes, and all the other changes, are available in the +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.110_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</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 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Mon Oct 13 18:51:29 2025 (r1929131) +++ tomcat/site/trunk/xdocs/whichversion.xml Mon Oct 13 20:21:30 2025 (r1929132) @@ -67,7 +67,7 @@ specifications</a> and the respective Ap <td>1.1</td> <td>1.3</td> <td>9.0.x</td> - <td>9.0.110</td> + <td>9.0.111</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
