Author: markt
Date: Fri Aug 25 17:25:37 2023
New Revision: 1911916

URL: http://svn.apache.org/viewvc?rev=1911916&view=rev
Log:
Update site for release of 11.0.0-M11

Modified:
    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/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Fri Aug 25 17:25:37 2023
@@ -19,7 +19,7 @@
     
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]11.0.0-M10[end]
+[define v]11.0.0-M11[end]
         <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> <strong>(alpha)</strong> |
         <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Aug 25 17:25:37 2023
@@ -34,6 +34,41 @@ wiki page.</p>
 <p>Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.</p>
 
+</div><h3 id="Tomcat_11.0.0-M11_Released"><span 
class="pull-right">2023-08-25</span> Tomcat 11.0.0-M11 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.</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 the HTTP parameter handling to align with the changes in the Jakarta
+    Servlet 6.1 API Javadoc for the ServletRequest methods used to obtain
+    request parameters. Invalid parameters and/or exceeding parameter size
+    and/or quantity limits now trigger exceptions. As a consequence, the
+    FailedRequestFilter has been removed.</li>
+<li>If an application or library sets both a non-500 error code and the
+    <code>jakarta.servlet.error.exception</code> request attribute, use the
+    provided error code during error page processing rather than assuming an
+    error code of 500.</li>
+<li>Fix for FORM authentication open redirect - CVE-2023-41080</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.0-M10_(markt)">Tomcat 11
+<strong>(alpha)</strong> 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.79_Released"><span 
class="pull-right">2023-08-15</span> Tomcat 9.0.79 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.79
@@ -112,36 +147,6 @@ reach <a href="https://tomcat.apache.org
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-80.cgi";>Download</a>
 </p>
-</div><h3 id="Tomcat_11.0.0-M10_Released"><span 
class="pull-right">2023-08-14</span> Tomcat 11.0.0-M10 Released</h3><div 
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
-(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
-Jakarta EE 11.</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>Refactor HTTP/2 implementation to reduce pinning when using virtual
-    threads.</li>
-<li>Pass through ciphers referring to an OpenSSL profile, such as
-    PROFILE=SYSTEM instead of producing an error trying to parse it.</li>
-<li>Update Tomcat Native to 2.0.5.</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.0-M10_(markt)">Tomcat 11
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="https://tomcat.apache.org/download-11.cgi";>Download</a>
-</p>
 </div><h3 id="Tomcat_Native_2.0.5_Released"><span 
class="pull-right">2023-08-07</span> Tomcat Native 2.0.5 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 2.0.5 of

Modified: tomcat/site/trunk/docs/migration-11.0.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-11.0.html?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Fri Aug 25 17:25:37 2023
@@ -144,8 +144,9 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M5">11.0.0-M5</option>
     <option value="11.0.0-M6">11.0.0-M6</option>
     <option value="11.0.0-M7">11.0.0-M7</option>
-    <option value="11.0.0-M9" selected>11.0.0-M9</option>
-    <option value="11.0.0-M10">11.0.0-M10</option>
+    <option value="11.0.0-M9">11.0.0-M9</option>
+    <option value="11.0.0-M10" selected>11.0.0-M10</option>
+    <option value="11.0.0-M11">11.0.0-M11</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -155,7 +156,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M6">11.0.0-M6</option>
     <option value="11.0.0-M7">11.0.0-M7</option>
     <option value="11.0.0-M9">11.0.0-M9</option>
-    <option value="11.0.0-M10" selected>11.0.0-M10</option>
+    <option value="11.0.0-M10">11.0.0-M10</option>
+    <option value="11.0.0-M11" selected>11.0.0-M11</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/docs/oldnews.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Fri Aug 25 17:25:37 2023
@@ -17,6 +17,36 @@
   <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.0-M10_Released"><span 
class="pull-right">2023-08-14</span> Tomcat 11.0.0-M10 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.</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>Refactor HTTP/2 implementation to reduce pinning when using virtual
+    threads.</li>
+<li>Pass through ciphers referring to an OpenSSL profile, such as
+    PROFILE=SYSTEM instead of producing an error trying to parse it.</li>
+<li>Update Tomcat Native to 2.0.5.</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.0-M10_(markt)">Tomcat 11
+<strong>(alpha)</strong> 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.78_Released"><span 
class="pull-right">2023-07-10</span> Tomcat 9.0.78 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.78

Modified: tomcat/site/trunk/docs/whichversion.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Fri Aug 25 17:25:37 2023
@@ -28,7 +28,7 @@ specifications</a> and the respective Ap
   <td>TBD</td>
   <td>TBD</td>
   <td>11.0.x</td>
-  <td>11.0.0-M10 (alpha)</td>
+  <td>11.0.0-M11 (alpha)</td>
   <td>21 and later</td>
 </tr>
 

Modified: tomcat/site/trunk/xdocs/download-11.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-11.xml?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Fri Aug 25 17:25:37 2023
@@ -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.0-M10[end]
+[define v]11.0.0-M11[end]
         <a href="https://downloads.apache.org/tomcat/tomcat-11/KEYS";>KEYS</a> |
         <a href="#[v]">[v]</a> <strong>(alpha)</strong> |
         <a href="[preferred]tomcat/tomcat-11" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri Aug 25 17:25:37 2023
@@ -55,6 +55,43 @@ project logo are trademarks of the Apach
 
 </section>
 
+<section name="Tomcat 11.0.0-M11 Released" rtext="2023-08-25">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.</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 the HTTP parameter handling to align with the changes in the Jakarta
+    Servlet 6.1 API Javadoc for the ServletRequest methods used to obtain
+    request parameters. Invalid parameters and/or exceeding parameter size
+    and/or quantity limits now trigger exceptions. As a consequence, the
+    FailedRequestFilter has been removed.</li>
+<li>If an application or library sets both a non-500 error code and the
+    <code>jakarta.servlet.error.exception</code> request attribute, use the
+    provided error code during error page processing rather than assuming an
+    error code of 500.</li>
+<li>Fix for FORM authentication open redirect - CVE-2023-41080</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.0-M10_(markt)">Tomcat 11
+<strong>(alpha)</strong> changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 9.0.79 Released" rtext="2023-08-15">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.79
@@ -139,38 +176,6 @@ reach <a href="https://tomcat.apache.org
 </p>
 </section>
 
-<section name="Tomcat 11.0.0-M10 Released" rtext="2023-08-14">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
-(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
-Jakarta EE 11.</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>Refactor HTTP/2 implementation to reduce pinning when using virtual
-    threads.</li>
-<li>Pass through ciphers referring to an OpenSSL profile, such as
-    PROFILE=SYSTEM instead of producing an error trying to parse it.</li>
-<li>Update Tomcat Native to 2.0.5.</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.0-M10_(markt)">Tomcat 11
-<strong>(alpha)</strong> changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-11.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat Native 2.0.5 Released" rtext="2023-08-07">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 2.0.5 of

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Fri Aug 25 17:25:37 2023
@@ -161,8 +161,9 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M5">11.0.0-M5</option>
     <option value="11.0.0-M6">11.0.0-M6</option>
     <option value="11.0.0-M7">11.0.0-M7</option>
-    <option value="11.0.0-M9" selected="selected">11.0.0-M9</option>
-    <option value="11.0.0-M10">11.0.0-M10</option>
+    <option value="11.0.0-M9">11.0.0-M9</option>
+    <option value="11.0.0-M10" selected="selected">11.0.0-M10</option>
+    <option value="11.0.0-M11">11.0.0-M11</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -172,7 +173,8 @@ versions of Apache Tomcat.</p>
     <option value="11.0.0-M6">11.0.0-M6</option>
     <option value="11.0.0-M7">11.0.0-M7</option>
     <option value="11.0.0-M9">11.0.0-M9</option>
-    <option value="11.0.0-M10" selected="selected">11.0.0-M10</option>
+    <option value="11.0.0-M10">11.0.0-M10</option>
+    <option value="11.0.0-M11" selected="selected">11.0.0-M11</option>
     <option value="HEAD">trunk (unreleased)</option>
     </select></label>
     </p>

Modified: tomcat/site/trunk/xdocs/oldnews.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/oldnews.xml?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Fri Aug 25 17:25:37 2023
@@ -28,6 +28,38 @@
 </ul>
 </section>
 
+<section name="Tomcat 11.0.0-M10 Released" rtext="2023-08-14">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 
11.0.0-M10
+(alpha) of Apache Tomcat. This release is a milestone release and is targeted 
at
+Jakarta EE 11.</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>Refactor HTTP/2 implementation to reduce pinning when using virtual
+    threads.</li>
+<li>Pass through ciphers referring to an OpenSSL profile, such as
+    PROFILE=SYSTEM instead of producing an error trying to parse it.</li>
+<li>Update Tomcat Native to 2.0.5.</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.0-M10_(markt)">Tomcat 11
+<strong>(alpha)</strong> changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-11.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 9.0.78 Released" rtext="2023-07-10">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.78

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1911916&r1=1911915&r2=1911916&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Aug 25 17:25:37 2023
@@ -39,7 +39,7 @@ specifications</a> and the respective Ap
   <td>TBD</td>
   <td>TBD</td>
   <td>11.0.x</td>
-  <td>11.0.0-M10 (alpha)</td>
+  <td>11.0.0-M11 (alpha)</td>
   <td>21 and later</td>
 </tr>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to