Author: markt Date: Fri Aug 21 12:11:50 2026 New Revision: 1937284 Log: Trivial change to trigger a site update
Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/docs/index.html ============================================================================== --- tomcat/site/trunk/docs/index.html Fri Aug 21 11:50:22 2026 (r1937283) +++ tomcat/site/trunk/docs/index.html Fri Aug 21 12:11:50 2026 (r1937284) @@ -53,7 +53,7 @@ migration tool for Jakarta EE tool</a> w using %nn encoding) or in decoded form.</li> <li>Require every HTTP/2 request to provide an authority (either an - :authority pseudo header or a Host header).</li> + <code>:authority</code> pseudo header or a Host header).</li> <li>Change the default encryptionAlgorithm for the EncryptInterceptor to AES/GCM/NoPadding. <b>This is a breaking change for the Modified: tomcat/site/trunk/xdocs/index.xml ============================================================================== --- tomcat/site/trunk/xdocs/index.xml Fri Aug 21 11:50:22 2026 (r1937283) +++ tomcat/site/trunk/xdocs/index.xml Fri Aug 21 12:11:50 2026 (r1937284) @@ -48,6 +48,7 @@ these users and their stories are listed wiki page.</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 @@ -70,7 +71,7 @@ migration tool for Jakarta EE tool</a> w using %nn encoding) or in decoded form.</li> <li>Require every HTTP/2 request to provide an authority (either an - :authority pseudo header or a Host header).</li> + <code>:authority</code> pseudo header or a Host header).</li> <li>Change the default encryptionAlgorithm for the EncryptInterceptor to AES/GCM/NoPadding. <b>This is a breaking change for the @@ -171,8 +172,6 @@ Java EE 8 platform. The notable changes <a href="tomcat-9.0.x-eos.html">announced</a> as 31 March 2027.</p> </section> - - <section name="Tomcat Native 2.0.15 Released" rtext="2026-06-15"> <p> The Apache Tomcat Project is proud to announce the release of version 2.0.14 of @@ -236,7 +235,6 @@ bug fixes and improvements compared to v </p> </section> - <section name="Tomcat Connectors 1.2.50 Released" rtext="2024-08-12"> <p> The Apache Tomcat Project is proud to announce the release of version 1.2.50 of --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
