Author: remm
Date: Tue Sep 15 20:16:44 2026
New Revision: 1938271

Log:
Site update for 9.0.122

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 Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/build.properties.default  Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/
 
 
 # ----- Tomcat versions -----
-tomcat9.0=9.0.121
+tomcat9.0=9.0.122
 tomcat10.1=10.1.60
 tomcat11.0=11.0.26
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf      Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf      Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -74,8 +74,8 @@
     <release>
       <Version>
         <name>Latest Stable 9.0.x Release</name>
-        <created>2025-08-18</created>
-        <revision>9.0.121</revision>
+        <created>2025-09-15</created>
+        <revision>9.0.122</revision>
       </Version>
     </release>
     <repository>

Modified: tomcat/site/trunk/docs/download-90.html
==============================================================================
--- tomcat/site/trunk/docs/download-90.html     Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/download-90.html     Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -10,7 +10,7 @@
     </p>
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]9.0.121[end]
+[define v]9.0.122[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 Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/index.html   Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -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.122_Released"><span 
class="pull-right">2026-09-15</span> Tomcat 9.0.122 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.122
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.121 include:</p>
+<ul>
+  <li>Update Tomcat Native to 1.3.9 (built with OpenSSL 3.5.8 for Windows)
+   and make it the minimum required version.</li>
+  <li>Various improvements to the RewriteValve.</li>
+  <li>Various TLS improvements including more robust OCSP and ALPN 
handling.</li>
+  <li>Ensure that WebSocket write timeouts apply to the complete message and
+   are not lost if two writes have the same timeout.</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.122_(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_11.0.26_Released"><span 
class="pull-right">2026-09-15</span> Tomcat 11.0.26 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 11.0.26
@@ -146,43 +170,6 @@ Tomcat Native. The notable changes compa
 </p>
 <p>Note: End of support for Tomcat Native 1.3.x has been
 <a href="tomcat-native-1.3.x-eos.html">announced</a> as 31 March 2027.</p>
-</div><h3 id="Tomcat_9.0.121_Released"><span 
class="pull-right">2026-08-18</span> Tomcat 9.0.121 Released</h3><div 
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.121
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.120 include:</p>
-<ul>
-<li>Add a new attribute to the Context, urlPatternsProvidedInDecodedForm.
-   This attribute controls whether URLs and URL patterns provided in the
-   deployment descriptor (web.xml), annotations and/or their programmatic
-   equivalents are treated as being provided in URL-encoded form (i.e.
-   using %nn encoding) or in decoded form. The Servlet specification
-   requires that they are provided in decoded form. However, Tomcat has
-   historically treated them as if they are provided in encoded form. In
-   Tomcat 12, they will always be treated as if they are provided in
-   decoded form. This setting enables migration from encoded form to
-   decoded form on an application by application basis. This attribute
-   will be removed in Tomcat 12 where it will effectively be hard-coded
-   to true.</li>
-
-  <li>Require every HTTP/2 request to provide an authority (either an
-   :authority pseudo header or a Host header)</li>
-
-  <li>Change the default encryptionAlgorithm for the EncryptInterceptor to
-   AES/GCM/NoPadding. This is a breaking change for the
-   EncryptInterceptor.</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.121_(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_Migration_Tool_for_Jakarta_EE_1.0.12_Released"><span 
class="pull-right">2025-06-04</span> Tomcat Migration Tool for Jakarta EE 
1.0.12 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of 1.0.12 of the

Modified: tomcat/site/trunk/docs/migration-9.html
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html     Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/migration-9.html     Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -535,7 +535,8 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="9.0.117">9.0.117</option>
     <option value="9.0.118">9.0.118</option>
     <option value="9.0.119">9.0.119</option>
-    <option value="9.0.120" selected>9.0.120</option>
+    <option value="9.0.120">9.0.120</option>
+    <option value="9.0.121" selected>9.0.121</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="9.0.0-M1">9.0.0-M1</option>
@@ -655,7 +656,8 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="9.0.118">9.0.118</option>
     <option value="9.0.119">9.0.119</option>
     <option value="9.0.120">9.0.120</option>
-    <option value="9.0.121" selected>9.0.121</option>
+    <option value="9.0.121">9.0.121</option>
+    <option value="9.0.122" selected>9.0.122</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/docs/oldnews.html
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/oldnews.html Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -20,6 +20,43 @@
   <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.121_Released"><span 
class="pull-right">2026-08-18</span> Tomcat 9.0.121 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.121
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.120 include:</p>
+<ul>
+<li>Add a new attribute to the Context, urlPatternsProvidedInDecodedForm.
+   This attribute controls whether URLs and URL patterns provided in the
+   deployment descriptor (web.xml), annotations and/or their programmatic
+   equivalents are treated as being provided in URL-encoded form (i.e.
+   using %nn encoding) or in decoded form. The Servlet specification
+   requires that they are provided in decoded form. However, Tomcat has
+   historically treated them as if they are provided in encoded form. In
+   Tomcat 12, they will always be treated as if they are provided in
+   decoded form. This setting enables migration from encoded form to
+   decoded form on an application by application basis. This attribute
+   will be removed in Tomcat 12 where it will effectively be hard-coded
+   to true.</li>
+
+  <li>Require every HTTP/2 request to provide an authority (either an
+   :authority pseudo header or a Host header)</li>
+
+  <li>Change the default encryptionAlgorithm for the EncryptInterceptor to
+   AES/GCM/NoPadding. This is a breaking change for the
+   EncryptInterceptor.</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.121_(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_11.0.25_Released"><span 
class="pull-right">2026-08-18</span> Tomcat 11.0.25 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 11.0.25

Modified: tomcat/site/trunk/docs/whichversion.html
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html    Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/docs/whichversion.html    Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -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.121</td>
+  <td>9.0.122</td>
   <td>8 and later</td>
 </tr>
 </table>

Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf     Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf     Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -74,8 +74,8 @@
     <release>
       <Version>
         <name>Latest Stable 9.0.x Release</name>
-        <created>2025-08-18</created>
-        <revision>9.0.121</revision>
+        <created>2025-09-15</created>
+        <revision>9.0.122</revision>
       </Version>
     </release>
     <repository>

Modified: tomcat/site/trunk/xdocs/download-90.xml
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml     Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/download-90.xml     Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -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.121[end]
+[define v]9.0.122[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 Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/index.xml   Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -48,6 +48,33 @@ these users and their stories are listed
 wiki page.</p>
 
 </section>
+
+<section name="Tomcat 9.0.122 Released" rtext="2026-09-15">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.122
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.121 include:</p>
+<ul>
+  <li>Update Tomcat Native to 1.3.9 (built with OpenSSL 3.5.8 for Windows)
+   and make it the minimum required version.</li>
+  <li>Various improvements to the RewriteValve.</li>
+  <li>Various TLS improvements including more robust OCSP and ALPN 
handling.</li>
+  <li>Ensure that WebSocket write timeouts apply to the complete message and
+   are not lost if two writes have the same timeout.</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.122_(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 11.0.26 Released" rtext="2026-09-15">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 11.0.26
@@ -173,45 +200,6 @@ Tomcat Native. The notable changes compa
 
 
 
-<section name="Tomcat 9.0.121 Released" rtext="2026-08-18">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 9.0.121
-of Apache Tomcat. This release implements specifications that are part of the
-Java EE 8 platform. The notable changes compared to 9.0.120 include:</p>
-<ul>
-<li>Add a new attribute to the Context, urlPatternsProvidedInDecodedForm.
-   This attribute controls whether URLs and URL patterns provided in the
-   deployment descriptor (web.xml), annotations and/or their programmatic
-   equivalents are treated as being provided in URL-encoded form (i.e.
-   using %nn encoding) or in decoded form. The Servlet specification
-   requires that they are provided in decoded form. However, Tomcat has
-   historically treated them as if they are provided in encoded form. In
-   Tomcat 12, they will always be treated as if they are provided in
-   decoded form. This setting enables migration from encoded form to
-   decoded form on an application by application basis. This attribute
-   will be removed in Tomcat 12 where it will effectively be hard-coded
-   to true.</li>
-
-  <li>Require every HTTP/2 request to provide an authority (either an
-   :authority pseudo header or a Host header)</li>
-
-  <li>Change the default encryptionAlgorithm for the EncryptInterceptor to
-   AES/GCM/NoPadding. This is a breaking change for the
-   EncryptInterceptor.</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.121_(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 Migration Tool for Jakarta EE 1.0.12 Released" 
rtext="2025-06-04">
 <p>
 The Apache Tomcat Project is proud to announce the release of 1.0.12 of the

Modified: tomcat/site/trunk/xdocs/migration-9.xml
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml     Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/migration-9.xml     Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -552,7 +552,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="9.0.117">9.0.117</option>
     <option value="9.0.118">9.0.118</option>
     <option value="9.0.119">9.0.119</option>
-    <option value="9.0.120" selected="selected">9.0.120</option>
+    <option value="9.0.120">9.0.120</option>
+    <option value="9.0.121" selected="selected">9.0.121</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="9.0.0-M1">9.0.0-M1</option>
@@ -672,7 +673,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="9.0.118">9.0.118</option>
     <option value="9.0.119">9.0.119</option>
     <option value="9.0.120">9.0.120</option>
-    <option value="9.0.121" selected="selected">9.0.121</option>
+    <option value="9.0.121">9.0.121</option>
+    <option value="9.0.122" selected="selected">9.0.122</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/xdocs/oldnews.xml
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/oldnews.xml Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -30,6 +30,45 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+<section name="Tomcat 9.0.121 Released" rtext="2026-08-18">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 9.0.121
+of Apache Tomcat. This release implements specifications that are part of the
+Java EE 8 platform. The notable changes compared to 9.0.120 include:</p>
+<ul>
+<li>Add a new attribute to the Context, urlPatternsProvidedInDecodedForm.
+   This attribute controls whether URLs and URL patterns provided in the
+   deployment descriptor (web.xml), annotations and/or their programmatic
+   equivalents are treated as being provided in URL-encoded form (i.e.
+   using %nn encoding) or in decoded form. The Servlet specification
+   requires that they are provided in decoded form. However, Tomcat has
+   historically treated them as if they are provided in encoded form. In
+   Tomcat 12, they will always be treated as if they are provided in
+   decoded form. This setting enables migration from encoded form to
+   decoded form on an application by application basis. This attribute
+   will be removed in Tomcat 12 where it will effectively be hard-coded
+   to true.</li>
+
+  <li>Require every HTTP/2 request to provide an authority (either an
+   :authority pseudo header or a Host header)</li>
+
+  <li>Change the default encryptionAlgorithm for the EncryptInterceptor to
+   AES/GCM/NoPadding. This is a breaking change for the
+   EncryptInterceptor.</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.121_(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 11.0.25 Released" rtext="2026-08-18">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 11.0.25

Modified: tomcat/site/trunk/xdocs/whichversion.xml
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml    Tue Sep 15 19:58:40 2026        
(r1938270)
+++ tomcat/site/trunk/xdocs/whichversion.xml    Tue Sep 15 20:16:44 2026        
(r1938271)
@@ -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.121</td>
+  <td>9.0.122</td>
   <td>8 and later</td>
 </tr>
 </table>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to