Author: markt Date: Tue Sep 15 14:59:08 2026 New Revision: 1938252 Log: Update site for 11.0.26 release
Added: tomcat/site/trunk/docs/native-1.3-doc/news/2022.html tomcat/site/trunk/docs/native-1.3-doc/news/2023.html tomcat/site/trunk/docs/native-1.3-doc/news/2025.html Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/download-11.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/migration-11.0.html tomcat/site/trunk/docs/oldnews.html tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/download-11.xml tomcat/site/trunk/xdocs/index.xml tomcat/site/trunk/xdocs/migration-11.0.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 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/build.properties.default Tue Sep 15 14:59:08 2026 (r1938252) @@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- tomcat9.0=9.0.121 tomcat10.1=10.1.60 -tomcat11.0=11.0.25 +tomcat11.0=11.0.26 # ----- Download destination ----- tomcat-site-docs.home=${base.path}/tomcat-site-docs/ Modified: tomcat/site/trunk/docs/download-11.html ============================================================================== --- tomcat/site/trunk/docs/download-11.html Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/docs/download-11.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -19,7 +19,7 @@ </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text"> -[define v]11.0.25[end] +[define v]11.0.26[end] <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/docs/index.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -31,6 +31,40 @@ 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_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 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Update Tomcat Native to 2.0.16 (built with OpenSSL 3.5.8 for Windows) + and make 2.0.16 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-11.0-doc/changelog.html#Tomcat_11.0.26_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> </div><h3 id="Tomcat_10.1.60_Released"><span class="pull-right">2026-09-15</span> Tomcat 10.1.60 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.60 @@ -112,48 +146,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_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 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 11 platform.</p> -<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from -Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse -Foundation, the primary package for all implemented APIs has changed from -<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly -require code changes to enable applications to migrate from Tomcat 9 and earlier -to Tomcat 10 and later. A -<a href="https://github.com/apache/tomcat-jakartaee-migration">migration -tool</a> is available to aid this process.</p> -<p>The notable changes in this release are:</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 - <code>:authority</code> pseudo header or a <code>Host</code> 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-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)">Tomcat 11 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="https://tomcat.apache.org/download-11.cgi">Download</a> -</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 Modified: tomcat/site/trunk/docs/migration-11.0.html ============================================================================== --- tomcat/site/trunk/docs/migration-11.0.html Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/docs/migration-11.0.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -236,8 +236,9 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.21">11.0.21</option> <option value="11.0.22">11.0.22</option> <option value="11.0.23">11.0.23</option> - <option value="11.0.24" selected>11.0.24</option> - <option value="11.0.25">11.0.25</option> + <option value="11.0.24">11.0.24</option> + <option value="11.0.25" selected>11.0.25</option> + <option value="11.0.26">11.0.26</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -285,7 +286,8 @@ versions of Apache Tomcat<sup>®</sup <option value="11.0.22">11.0.22</option> <option value="11.0.23">11.0.23</option> <option value="11.0.24">11.0.24</option> - <option value="11.0.25" selected>11.0.25</option> + <option value="11.0.25">11.0.25</option> + <option value="11.0.26" selected>11.0.26</option> <option value="HEAD">trunk (unreleased)</option> </select></label> </p> Added: tomcat/site/trunk/docs/native-1.3-doc/news/2022.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ tomcat/site/trunk/docs/native-1.3-doc/news/2022.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -0,0 +1,17 @@ +<!DOCTYPE html SYSTEM "about:legacy-compat"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native Library 2.0 - News - 2022 News and Status</title></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native Library 2.0 - News</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2><strong>Links</strong></h2><ul><li><a href="../ind ex.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="../miscellaneous/tls-renegotiation.html">TLS renegotiation</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2026.html">2026</a></li><li><a href="../news/2025.html">2025</a></li><li><a href="../news/2024.html">2024</a></li><li><a href="../news/2023.html">2023</a></li><li><a href="../news/2022.html">2022</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>2022 News and Status</h2><h3 id="2022_News_&_Status">2022 News & Status</h3><div class="text"> + + <div class="subsection"><h4 id="20220811">11 November 2022 - TC-Native-2.0.2 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.2.</p> + </div></div> + + <div class="subsection"><h4 id="20220712">12 July 2022 - TC-Native-2.0.1 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.1. This is the first release of the + 2.0.x branch.</p> + </div></div> + + </div></div></div></div></div><footer><div id="footer"> + Copyright © 2008-2026, The Apache Software Foundation + </div></footer></div></body></html> \ No newline at end of file Added: tomcat/site/trunk/docs/native-1.3-doc/news/2023.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ tomcat/site/trunk/docs/native-1.3-doc/news/2023.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -0,0 +1,26 @@ +<!DOCTYPE html SYSTEM "about:legacy-compat"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native Library 2.0 - News - 2023 News and Status</title></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native Library 2.0 - News</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2><strong>Links</strong></h2><ul><li><a href="../ind ex.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="../miscellaneous/tls-renegotiation.html">TLS renegotiation</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2026.html">2026</a></li><li><a href="../news/2025.html">2025</a></li><li><a href="../news/2024.html">2024</a></li><li><a href="../news/2023.html">2023</a></li><li><a href="../news/2022.html">2022</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>2023 News and Status</h2><h3 id="2023_News_&_Status">2023 News & Status</h3><div class="text"> + + <div class="subsection"><h4 id="20231002">2 October 2023 - TC-Native-2.0.6 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.6.</p> + </div></div> + + <div class="subsection"><h4 id="20230807">7 August 2023 - TC-Native-2.0.5 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.5.</p> + </div></div> + + <div class="subsection"><h4 id="20230602">2 June 2023 - TC-Native-2.0.4 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.4.</p> + </div></div> + + <div class="subsection"><h4 id="20230213">13 February 2023 - TC-Native-2.0.3 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.3.</p> + </div></div> + + </div></div></div></div></div><footer><div id="footer"> + Copyright © 2008-2026, The Apache Software Foundation + </div></footer></div></body></html> \ No newline at end of file Added: tomcat/site/trunk/docs/native-1.3-doc/news/2025.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ tomcat/site/trunk/docs/native-1.3-doc/news/2025.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -0,0 +1,11 @@ +<!DOCTYPE html SYSTEM "about:legacy-compat"> +<html lang="en"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link href="../images/docs-stylesheet.css" rel="stylesheet" type="text/css"><link href="../images/style.css" rel="stylesheet" type="text/css"><title>The Apache Tomcat Native Library 2.0 - News - 2025 News and Status</title></head><body><div id="wrapper"><header><div id="header"><div><div><div class="logo noPrint"><a href="https://tomcat.apache.org/"><img alt="Tomcat Home" src="../images/tomcat.png"></a></div><div style="height: 1px;"></div><div class="asfLogo noPrint"><a href="http://www.apache.org/" target="_blank"><img src="../images/asf-logo.svg" alt="The Apache Software Foundation" style="width: 266px; height: 83px;"></a></div><h1>The Apache Tomcat Native Library 2.0 - News</h1><div style="height: 1px;"></div><div style="clear: left;"></div></div></div></div></header><div id="middle"><div><div id="mainLeft" class="noprint"><div><nav><div><h2><strong>Links</strong></h2><ul><li><a href="../ind ex.html">Docs Home</a></li></ul></div><div><h2><strong>Miscellaneous Documentation</strong></h2><ul><li><a href="../miscellaneous/changelog.html">Changelog</a></li><li><a href="../miscellaneous/tls-renegotiation.html">TLS renegotiation</a></li></ul></div><div><h2><strong>News</strong></h2><ul><li><a href="../news/2026.html">2026</a></li><li><a href="../news/2025.html">2025</a></li><li><a href="../news/2024.html">2024</a></li><li><a href="../news/2023.html">2023</a></li><li><a href="../news/2022.html">2022</a></li></ul></div></nav></div></div><div id="mainRight"><div id="content"><h2>2025 News and Status</h2><h3 id="2025_News_&_Status">2025 News & Status</h3><div class="text"> + + <div class="subsection"><h4 id="20250529">29 May 2025 - TC-Native-2.0.9 released</h4><div class="text"> + <p>The Apache Tomcat team is proud to announce the immediate + availability of Tomcat Native 2.0.9.</p> + </div></div> + + </div></div></div></div></div><footer><div id="footer"> + Copyright © 2008-2026, The Apache Software Foundation + </div></footer></div></body></html> \ No newline at end of file Modified: tomcat/site/trunk/docs/oldnews.html ============================================================================== --- tomcat/site/trunk/docs/oldnews.html Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/docs/oldnews.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -20,6 +20,48 @@ <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_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 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</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 + <code>:authority</code> pseudo header or a <code>Host</code> 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-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="https://tomcat.apache.org/download-11.cgi">Download</a> +</p> </div><h3 id="Tomcat_10.1.59_Released"><span class="pull-right">2026-08-20</span> Tomcat 10.1.59 Released</h3><div class="text"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.59 Modified: tomcat/site/trunk/docs/whichversion.html ============================================================================== --- tomcat/site/trunk/docs/whichversion.html Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/docs/whichversion.html Tue Sep 15 14:59:08 2026 (r1938252) @@ -31,7 +31,7 @@ specifications</a> and the respective Ap <td>3.1</td> <td>3.0</td> <td>11.0.x</td> - <td>11.0.25</td> + <td>11.0.26</td> <td>17 and later</td> </tr> Modified: tomcat/site/trunk/xdocs/download-11.xml ============================================================================== --- tomcat/site/trunk/xdocs/download-11.xml Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/xdocs/download-11.xml Tue Sep 15 14:59:08 2026 (r1938252) @@ -31,7 +31,7 @@ Define variable to hold the current version number. Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax --> -[define v]11.0.25[end] +[define v]11.0.26[end] <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS">KEYS</a> | <a href="#[v]">[v]</a> | <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> | Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/xdocs/index.xml Tue Sep 15 14:59:08 2026 (r1938252) @@ -48,6 +48,41 @@ these users and their stories are listed wiki page.</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 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</p> +<ul> + <li>Update Tomcat Native to 2.0.16 (built with OpenSSL 3.5.8 for Windows) + and make 2.0.16 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-11.0-doc/changelog.html#Tomcat_11.0.26_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 10.1.60 Released" rtext="2026-09-15"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.60 @@ -137,49 +172,6 @@ Tomcat Native. The notable changes compa </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 -of Apache Tomcat. This release implements specifications that are part of the -Jakarta EE 11 platform.</p> -<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from -Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse -Foundation, the primary package for all implemented APIs has changed from -<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly -require code changes to enable applications to migrate from Tomcat 9 and earlier -to Tomcat 10 and later. A -<a href="https://github.com/apache/tomcat-jakartaee-migration">migration -tool</a> is available to aid this process.</p> -<p>The notable changes in this release are:</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 - <code>:authority</code> pseudo header or a <code>Host</code> 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-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)">Tomcat 11 -changelog</a>. -</p> - -<p style="text-align: center;"> -<a href="download-11.cgi">Download</a> -</p> -</section> <section name="Tomcat 9.0.121 Released" rtext="2026-08-18"> <p> Modified: tomcat/site/trunk/xdocs/migration-11.0.xml ============================================================================== --- tomcat/site/trunk/xdocs/migration-11.0.xml Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/xdocs/migration-11.0.xml Tue Sep 15 14:59:08 2026 (r1938252) @@ -253,8 +253,9 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.21">11.0.21</option> <option value="11.0.22">11.0.22</option> <option value="11.0.23">11.0.23</option> - <option value="11.0.24" selected="selected">11.0.24</option> - <option value="11.0.25">11.0.25</option> + <option value="11.0.24">11.0.24</option> + <option value="11.0.25" selected="selected">11.0.25</option> + <option value="11.0.26">11.0.26</option> </select>,</label> <label>new version: <select name="target"> <option value="11.0.0-M1">11.0.0-M1</option> @@ -302,7 +303,8 @@ versions of Apache Tomcat<sup>®</su <option value="11.0.22">11.0.22</option> <option value="11.0.23">11.0.23</option> <option value="11.0.24">11.0.24</option> - <option value="11.0.25" selected="selected">11.0.25</option> + <option value="11.0.25">11.0.25</option> + <option value="11.0.26" selected="selected">11.0.26</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 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/xdocs/oldnews.xml Tue Sep 15 14:59:08 2026 (r1938252) @@ -30,6 +30,49 @@ <li><a href="oldnews-2010.html">year 2010</a></li> </ul> </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 +of Apache Tomcat. This release implements specifications that are part of the +Jakarta EE 11 platform.</p> +<p>Users of Tomcat 10 onwards should be aware that, as a result of the move from +Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse +Foundation, the primary package for all implemented APIs has changed from +<code>javax.*</code> to <code>jakarta.*</code>. This will almost certainly +require code changes to enable applications to migrate from Tomcat 9 and earlier +to Tomcat 10 and later. A +<a href="https://github.com/apache/tomcat-jakartaee-migration">migration +tool</a> is available to aid this process.</p> +<p>The notable changes in this release are:</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 + <code>:authority</code> pseudo header or a <code>Host</code> 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-11.0-doc/changelog.html#Tomcat_11.0.25_(markt)">Tomcat 11 +changelog</a>. +</p> + +<p style="text-align: center;"> +<a href="download-11.cgi">Download</a> +</p> +</section> <section name="Tomcat 10.1.59 Released" rtext="2026-08-20"> <p> The Apache Tomcat Project is proud to announce the release of version 10.1.59 Modified: tomcat/site/trunk/xdocs/whichversion.xml ============================================================================== --- tomcat/site/trunk/xdocs/whichversion.xml Tue Sep 15 14:54:54 2026 (r1938251) +++ tomcat/site/trunk/xdocs/whichversion.xml Tue Sep 15 14:59:08 2026 (r1938252) @@ -42,7 +42,7 @@ specifications</a> and the respective Ap <td>3.1</td> <td>3.0</td> <td>11.0.x</td> - <td>11.0.25</td> + <td>11.0.26</td> <td>17 and later</td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
