Author: remm Date: Tue Jul 7 14:34:32 2026 New Revision: 1935979 Log: Site update for 9.0.120
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 Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/build.properties.default Tue Jul 7 14:34:32 2026 (r1935979) @@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat9.0=9.0.119 +tomcat9.0=9.0.120 tomcat10.1=10.1.56 tomcat11.0=11.0.23 Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Jul 7 14:34:32 2026 (r1935979) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-06-23</created> - <revision>9.0.119</revision> + <created>2025-07-07</created> + <revision>9.0.120</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/docs/download-90.html ============================================================================== --- tomcat/site/trunk/docs/download-90.html Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/download-90.html Tue Jul 7 14:34:32 2026 (r1935979) @@ -10,7 +10,7 @@ </p> </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]9.0.119[end] +[define v]9.0.120[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 Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/index.html Tue Jul 7 14:34:32 2026 (r1935979) @@ -31,26 +31,22 @@ 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.119_Released"><span class="pull-right">2026-06-23</span> Tomcat 9.0.119 Released</h3><div class="text"> +</div><h3 id="Tomcat_9.0.120_Released"><span class="pull-right">2026-07-07</span> Tomcat 9.0.120 Released</h3><div class="text"> <p> -The Apache Tomcat Project is proud to announce the release of version 9.0.119 +The Apache Tomcat Project is proud to announce the release of version 9.0.120 of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.118 include:</p> +Java EE 8 platform. The notable changes compared to 9.0.119 include:</p> <ul> - <li>Align the rewrite conditions ornext flag processing with - mod_rewrite, which follows a purely sequential evaluation - strategy.</li> + <li>Correcting a regression that broke integration with jsvc.</li> - <li>Ensure that malformed HTTP/2 messages that should trigger a - stream reset do so, rather than triggered a connection close.</li> + <li>Correcting a regression that broke re-use of tag files.</li> - <li>Add replay protection to the EncryptInterceptor. This is a - **breaking change** for the EncryptInterceptor. Please see the - migration document for more information.</li> + <li>Align DIGEST authentication with RFC 7616 and require clients to + provide a valid qop parameter.</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.119_(remm)">Tomcat 9 + <a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.120_(remm)">Tomcat 9 changelog</a>. </p> Modified: tomcat/site/trunk/docs/migration-9.html ============================================================================== --- tomcat/site/trunk/docs/migration-9.html Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/migration-9.html Tue Jul 7 14:34:32 2026 (r1935979) @@ -533,7 +533,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.115">9.0.115</option> <option value="9.0.116">9.0.116</option> <option value="9.0.117">9.0.117</option> - <option value="9.0.118" selected>9.0.118</option> + <option value="9.0.118">9.0.118</option> + <option value="9.0.119" selected>9.0.119</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -651,7 +652,8 @@ versions of Apache Tomcat<sup>®</sup <option value="9.0.116">9.0.116</option> <option value="9.0.117">9.0.117</option> <option value="9.0.118">9.0.118</option> - <option value="9.0.119" selected>9.0.119</option> + <option value="9.0.119">9.0.119</option> + <option value="9.0.120" selected>9.0.120</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/oldnews.html Tue Jul 7 14:34:32 2026 (r1935979) @@ -20,6 +20,34 @@ <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.119_Released"><span class="pull-right">2026-06-23</span> Tomcat 9.0.119 Released</h3><div class="text"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.119 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.118 include:</p> +<ul> + <li>Align the rewrite conditions ornext flag processing with + mod_rewrite, which follows a purely sequential evaluation + strategy.</li> + + <li>Ensure that malformed HTTP/2 messages that should trigger a + stream reset do so, rather than triggered a connection close.</li> + + <li>Add replay protection to the EncryptInterceptor. This is a + **breaking change** for the EncryptInterceptor. Please see the + migration document for more information.</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.119_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> </div><h3 id="Tomcat_9.0.118_Released"><span class="pull-right">2026-05-10</span> Tomcat 9.0.118 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.118 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/docs/whichversion.html Tue Jul 7 14:34:32 2026 (r1935979) @@ -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.119</td> + <td>9.0.120</td> <td>8 and later</td> </tr> </table> Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf ============================================================================== --- tomcat/site/trunk/xdocs/doap_Tomcat.rdf Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Tue Jul 7 14:34:32 2026 (r1935979) @@ -74,8 +74,8 @@ <release> <Version> <name>Latest Stable 9.0.x Release</name> - <created>2025-06-23</created> - <revision>9.0.119</revision> + <created>2025-07-07</created> + <revision>9.0.120</revision> </Version> </release> <repository> Modified: tomcat/site/trunk/xdocs/download-90.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-90.xml Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/download-90.xml Tue Jul 7 14:34:32 2026 (r1935979) @@ -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.119[end] +[define v]9.0.120[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 Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/index.xml Tue Jul 7 14:34:32 2026 (r1935979) @@ -49,26 +49,22 @@ wiki page.</p> </section> -<section name="Tomcat 9.0.119 Released" rtext="2026-06-23"> +<section name="Tomcat 9.0.120 Released" rtext="2026-07-07"> <p> -The Apache Tomcat Project is proud to announce the release of version 9.0.119 +The Apache Tomcat Project is proud to announce the release of version 9.0.120 of Apache Tomcat. This release implements specifications that are part of the -Java EE 8 platform. The notable changes compared to 9.0.118 include:</p> +Java EE 8 platform. The notable changes compared to 9.0.119 include:</p> <ul> - <li>Align the rewrite conditions ornext flag processing with - mod_rewrite, which follows a purely sequential evaluation - strategy.</li> + <li>Correcting a regression that broke integration with jsvc.</li> - <li>Ensure that malformed HTTP/2 messages that should trigger a - stream reset do so, rather than triggered a connection close.</li> + <li>Correcting a regression that broke re-use of tag files.</li> - <li>Add replay protection to the EncryptInterceptor. This is a - **breaking change** for the EncryptInterceptor. Please see the - migration document for more information.</li> + <li>Align DIGEST authentication with RFC 7616 and require clients to + provide a valid qop parameter.</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.119_(remm)">Tomcat 9 + <a href="tomcat-9.0-doc/changelog.html#Tomcat_9.0.120_(remm)">Tomcat 9 changelog</a>. </p> Modified: tomcat/site/trunk/xdocs/migration-9.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/migration-9.xml Tue Jul 7 14:34:32 2026 (r1935979) @@ -550,7 +550,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.115">9.0.115</option> <option value="9.0.116">9.0.116</option> <option value="9.0.117">9.0.117</option> - <option value="9.0.118" selected="selected">9.0.118</option> + <option value="9.0.118">9.0.118</option> + <option value="9.0.119" selected="selected">9.0.119</option> </select>,</label> <label>new version: <select name="target"> <option value="9.0.0-M1">9.0.0-M1</option> @@ -668,7 +669,8 @@ versions of Apache Tomcat<sup>®</su <option value="9.0.116">9.0.116</option> <option value="9.0.117">9.0.117</option> <option value="9.0.118">9.0.118</option> - <option value="9.0.119" selected="selected">9.0.119</option> + <option value="9.0.119">9.0.119</option> + <option value="9.0.120" selected="selected">9.0.120</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Modified: tomcat/site/trunk/xdocs/oldnews.xml ============================================================================== --- tomcat/site/trunk/xdocs/oldnews.xml Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue Jul 7 14:34:32 2026 (r1935979) @@ -32,6 +32,36 @@ </section> +<section name="Tomcat 9.0.119 Released" rtext="2026-06-23"> +<p> +The Apache Tomcat Project is proud to announce the release of version 9.0.119 +of Apache Tomcat. This release implements specifications that are part of the +Java EE 8 platform. The notable changes compared to 9.0.118 include:</p> +<ul> + <li>Align the rewrite conditions ornext flag processing with + mod_rewrite, which follows a purely sequential evaluation + strategy.</li> + + <li>Ensure that malformed HTTP/2 messages that should trigger a + stream reset do so, rather than triggered a connection close.</li> + + <li>Add replay protection to the EncryptInterceptor. This is a + **breaking change** for the EncryptInterceptor. Please see the + migration document for more information.</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.119_(remm)">Tomcat 9 + changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-90.cgi">Download</a> +</p> +<p>Note: End of support for Tomcat 9.0.x has been +<a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> +</section> + <section name="Tomcat 9.0.118 Released" rtext="2026-05-10"> <p> The Apache Tomcat Project is proud to announce the release of version 9.0.118 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Tue Jul 7 14:29:53 2026 (r1935978) +++ tomcat/site/trunk/xdocs/whichversion.xml Tue Jul 7 14:34:32 2026 (r1935979) @@ -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.119</td> + <td>9.0.120</td> <td>8 and later</td> </tr> </table> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
