Author: remm Date: Sun Dec 7 15:22:55 2025 New Revision: 1930333 Log: Site update for 9.0.113
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 Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/build.properties.default Sun Dec 7 15:22:55 2025 (r1930333) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.112 +tomcat9.0=9.0.113 tomcat10.1=10.1.49 tomcat11.0=11.0.14 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Sun Dec 7 15:22:55 2025 (r1930333) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-11-10</created> - <revision>9.0.112</revision> + <created>2025-12-07</created> + <revision>9.0.113</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/download-90.html Sun Dec 7 15:22:55 2025 (r1930333) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.112[end] +[define v]9.0.113[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 Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/index.html Sun Dec 7 15:22:55 2025 (r1930333) @@ -31,6 +31,30 @@ 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.113_Released"><span class="pull-right">2025-12-07</span> Tomcat 9.0.113 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.113 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.112 include:</p> +<ul> +<li>Add strictSNI attribute on the Connector to allow matching the + SSLHostConfig configuration associated with the SNI host name to the + SSLHostConfig configuration matched from the HTTP protocol host name. + Non matching configurations will cause the request to be rejected. The + attribute default value is true, enabling the matching.</li> +<li>Correct a regression introduced in 9.0.109 that broke some clustering + configurations.</li> +<li>Update Commons Daemon to 1.5.0.</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.113_(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_Migration_Tool_for_Jakarta_EE_1.0.10_Released"><span class="pull-right">2025-11-24</span> Tomcat Migration Tool for Jakarta EE 1.0.10 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.10 of the @@ -115,26 +139,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.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.112 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> -<ul> -<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.112_(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 Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/migration-9.html Sun Dec 7 15:22:55 2025 (r1930333) @@ -513,7 +513,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> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -625,7 +626,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.109">9.0.109</option> <option value="9.0.110">9.0.110</option> <option value="9.0.111">9.0.111</option> - <option value="9.0.112" selected>9.0.112</option> + <option value="9.0.112">9.0.112</option> + <option value="9.0.113" selected>9.0.113</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/oldnews.html Sun Dec 7 15:22:55 2025 (r1930333) @@ -19,6 +19,26 @@ <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.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.112 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> +<ul> +<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.112_(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 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/docs/whichversion.html Sun Dec 7 15:22:55 2025 (r1930333) @@ -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.112</td> + <td>9.0.113</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Sun Dec 7 15:22:55 2025 (r1930333) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-11-10</created> - <revision>9.0.112</revision> + <created>2025-12-07</created> + <revision>9.0.113</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/download-90.xml Sun Dec 7 15:22:55 2025 (r1930333) @@ -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.112[end] +[define v]9.0.113[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 Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/index.xml Sun Dec 7 15:22:55 2025 (r1930333) @@ -49,6 +49,32 @@ wiki page.</p> </section> +<section name="Tomcat 9.0.113 Released" rtext="2025-12-07"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.113 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.112 include:</p> +<ul> +<li>Add strictSNI attribute on the Connector to allow matching the + SSLHostConfig configuration associated with the SNI host name to the + SSLHostConfig configuration matched from the HTTP protocol host name. + Non matching configurations will cause the request to be rejected. The + attribute default value is true, enabling the matching.</li> +<li>Correct a regression introduced in 9.0.109 that broke some clustering + configurations.</li> +<li>Update Commons Daemon to 1.5.0.</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.113_(remm)">Tomcat 9 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +</section> + <section name="Tomcat Migration Tool for Jakarta EE 1.0.10 Released" rtext="2025-11-24"> <p> The Apache Tomcat Project is proud to announce the release of 1.0.10 of the @@ -139,29 +165,6 @@ changelog</a>. </p> </section> - -<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.112 -of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> -<ul> -<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.112_(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> Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/migration-9.xml Sun Dec 7 15:22:55 2025 (r1930333) @@ -530,7 +530,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> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -642,7 +643,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.109">9.0.109</option> <option value="9.0.110">9.0.110</option> <option value="9.0.111">9.0.111</option> - <option value="9.0.112" selected="selected">9.0.112</option> + <option value="9.0.112">9.0.112</option> + <option value="9.0.113" selected="selected">9.0.113</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/oldnews.xml Sun Dec 7 15:22:55 2025 (r1930333) @@ -30,6 +30,28 @@ </ul> </section> +<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.112 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.111 include:</p> +<ul> +<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.112_(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 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Sun Dec 7 13:24:47 2025 (r1930332) +++ tomcat/site/trunk/xdocs/whichversion.xml Sun Dec 7 15:22:55 2025 (r1930333) @@ -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.112</td> + <td>9.0.113</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
