Author: remm Date: Mon Nov 10 14:17:28 2025 New Revision: 1929624 Log: Site update for 9.0.112
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 Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/build.properties.default Mon Nov 10 14:17:28 2025 (r1929624) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.111 +tomcat9.0=9.0.112 tomcat10.1=10.1.48 tomcat11.0=11.0.13 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Mon Nov 10 14:17:28 2025 (r1929624) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-10-13</created> - <revision>9.0.111</revision> + <created>2025-11-10</created> + <revision>9.0.112</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/download-90.html Mon Nov 10 14:17:28 2025 (r1929624) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.111[end] +[define v]9.0.112[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 Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/index.html Mon Nov 10 14:17:28 2025 (r1929624) @@ -65,23 +65,20 @@ 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.111_Released"><span class="pull-right">2025-10-13</span> Tomcat 9.0.111 Released</h3><div class="text"> +</div><h3 id="Tomcat_9.0.112_Released"><span class="pull-right">2025-11-10</span> Tomcat 9.0.112 Released</h3><div class="text"> <p> -The Apache Tomcat Project is proud to announce the release of version 9.0.111 +The Apache Tomcat Project is proud to announce the release of version 9.0.112 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> +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> <ul> -<li>Fix copy/paste refactoring errors in 9.0.110 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> +<li>Fix SSL socket factory configuration in the JNDI realm. Based on a + pull request by Joshua Rogers.</li> +<li>Fix a memory leak when using a trust store with the OpenSSL provider. + Pull request by aogburn.</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 +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 changelog</a>. </p> Modified: tomcat/site/trunk/docs/migration-9.html ============================================================================== --- tomcat/site/trunk/docs/migration-9.html Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/migration-9.html Mon Nov 10 14:17:28 2025 (r1929624) @@ -512,7 +512,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> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -623,7 +624,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.108">9.0.108</option> <option value="9.0.109">9.0.109</option> <option value="9.0.110">9.0.110</option> - <option value="9.0.111" selected>9.0.111</option> + <option value="9.0.111">9.0.111</option> + <option value="9.0.112" selected>9.0.112</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/oldnews.html Mon Nov 10 14:17:28 2025 (r1929624) @@ -19,6 +19,29 @@ <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.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 9.0.110 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_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 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/docs/whichversion.html Mon Nov 10 14:17:28 2025 (r1929624) @@ -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.111</td> + <td>9.0.112</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Mon Nov 10 14:17:28 2025 (r1929624) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-10-13</created> - <revision>9.0.111</revision> + <created>2025-11-10</created> + <revision>9.0.112</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/download-90.xml Mon Nov 10 14:17:28 2025 (r1929624) @@ -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.111[end] +[define v]9.0.112[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 Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/index.xml Mon Nov 10 14:17:28 2025 (r1929624) @@ -84,24 +84,20 @@ changelog</a>. </p> </section> - -<section name="Tomcat 9.0.111 Released" rtext="2025-10-13"> +<section name="Tomcat 9.0.112 Released" rtext="2025-11-10"> <p> -The Apache Tomcat Project is proud to announce the release of version 9.0.111 +The Apache Tomcat Project is proud to announce the release of version 9.0.112 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> +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> <ul> -<li>Fix copy/paste refactoring errors in 9.0.110 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> +<li>Fix SSL socket factory configuration in the JNDI realm. Based on a + pull request by Joshua Rogers.</li> +<li>Fix a memory leak when using a trust store with the OpenSSL provider. + Pull request by aogburn.</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 +<a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.112_(remm)">Tomcat 9 changelog</a>. </p> @@ -110,7 +106,6 @@ changelog</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 Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/migration-9.xml Mon Nov 10 14:17:28 2025 (r1929624) @@ -529,7 +529,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> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -640,7 +641,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.108">9.0.108</option> <option value="9.0.109">9.0.109</option> <option value="9.0.110">9.0.110</option> - <option value="9.0.111" selected="selected">9.0.111</option> + <option value="9.0.111">9.0.111</option> + <option value="9.0.112" selected="selected">9.0.112</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Mon Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/oldnews.xml Mon Nov 10 14:17:28 2025 (r1929624) @@ -29,6 +29,32 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </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 9.0.110 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 10.1.47 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 Nov 10 12:45:02 2025 (r1929623) +++ tomcat/site/trunk/xdocs/whichversion.xml Mon Nov 10 14:17:28 2025 (r1929624) @@ -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.111</td> + <td>9.0.112</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
