Author: markt
Date: Mon Feb 10 15:56:53 2025
New Revision: 1923704

URL: http://svn.apache.org/viewvc?rev=1923704&view=rev
Log:
Update site for 11.0.3 release

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
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Feb 10 15:56:53 2025
@@ -38,7 +38,7 @@ tomcat.loc=https://downloads.apache.org/
 # ----- Tomcat versions -----
 tomcat9.0=9.0.99
 tomcat10.1=10.1.35
-tomcat11.0=11.0.2
+tomcat11.0=11.0.3
 
 # ----- Download destination -----
 tomcat-site-docs.home=${base.path}/tomcat-site-docs/

Modified: tomcat/site/trunk/docs/download-11.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-11.html?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-11.html (original)
+++ tomcat/site/trunk/docs/download-11.html Mon Feb 10 15:56:53 2025
@@ -19,7 +19,7 @@
     
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]11.0.2[end]
+[define v]11.0.3[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
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb 10 15:56:53 2025
@@ -34,6 +34,39 @@ 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.3_Released"><span 
class="pull-right">2025-02-10</span> Tomcat 11.0.3 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.3
+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>Allow readOnly attribute configuration on the Resources element and allow
+    configuration of the readOnly attribute value of the main resources. The
+    attribute value will also be used by the default and WebDAV Servlets.</li>
+<li>Correct a regression in the fix for bug 69382 that broke JSP include 
actions
+    if both the page attribute and the body contained parameters. Pull request
+    #803 provided by Chenjp</li>
+<li>Expand the options for handling encoded '/' and '\' characters in URLs both
+    in the Connector and when using a RequestDispatcher. </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.3_(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.99_Released"><span 
class="pull-right">2025-02-10</span> Tomcat 9.0.99 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.99
@@ -119,38 +152,6 @@ Full details of these changes, and all t
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-migration.cgi";>Download</a>
 </p>
-</div><h3 id="Tomcat_11.0.2_Released"><span 
class="pull-right">2024-12-09</span> Tomcat 11.0.2 Released</h3><div 
class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.2
-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 strong ETag support for the WebDAV and default servlet, which can
-    be enabled by using the useStrongETags init parameter with a value set
-    to true. The ETag generated will be a SHA-1 checksum of the resource
-    content.</li>
-<li>Add support for RateLimit header fields for HTTP (RFC draft) in the
-    RateLimitFilter. Based on pull request #775 provided by Chenjp.</li>
-<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</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.2_(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_Connectors_1.2.50_Released"><span 
class="pull-right">2024-08-12</span> Tomcat Connectors 1.2.50 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.50 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=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-11.0.html (original)
+++ tomcat/site/trunk/docs/migration-11.0.html Mon Feb 10 15:56:53 2025
@@ -190,8 +190,9 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="11.0.0-M25">11.0.0-M25</option>
     <option value="11.0.0-M26">11.0.0-M26</option>
     <option value="11.0.0">11.0.0</option>
-    <option value="11.0.1" selected>11.0.1</option>
-    <option value="11.0.2">11.0.2</option>
+    <option value="11.0.1">11.0.1</option>
+    <option value="11.0.2" selected>11.0.2</option>
+    <option value="11.0.3">11.0.3</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -219,7 +220,8 @@ versions of Apache Tomcat<sup>&reg;</sup
     <option value="11.0.0-M26">11.0.0-M26</option>
     <option value="11.0.0">11.0.0</option>
     <option value="11.0.1">11.0.1</option>
-    <option value="11.0.2" selected>11.0.2</option>
+    <option value="11.0.2">11.0.2</option>
+    <option value="11.0.3" selected>11.0.3</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=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Mon Feb 10 15:56:53 2025
@@ -18,6 +18,38 @@
   <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.2_Released"><span 
class="pull-right">2024-12-09</span> Tomcat 11.0.2 Released</h3><div 
class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.2
+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 strong ETag support for the WebDAV and default servlet, which can
+    be enabled by using the useStrongETags init parameter with a value set
+    to true. The ETag generated will be a SHA-1 checksum of the resource
+    content.</li>
+<li>Add support for RateLimit header fields for HTTP (RFC draft) in the
+    RateLimitFilter. Based on pull request #775 provided by Chenjp.</li>
+<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</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.2_(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.98_Released"><span 
class="pull-right">2024-12-09</span> Tomcat 9.0.98 Released</h3><div 
class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 9.0.98

Modified: tomcat/site/trunk/docs/whichversion.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Mon Feb 10 15:56:53 2025
@@ -27,7 +27,7 @@ specifications</a> and the respective Ap
   <td>2.2</td>
   <td>3.1</td>
   <td>11.0.x</td>
-  <td>11.0.2</td>
+  <td>11.0.3</td>
   <td>17 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=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-11.xml (original)
+++ tomcat/site/trunk/xdocs/download-11.xml Mon Feb 10 15:56:53 2025
@@ -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.2[end]
+[define v]11.0.3[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
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Feb 10 15:56:53 2025
@@ -54,6 +54,40 @@ wiki page.</p>
 project logo are trademarks of the Apache Software Foundation.</p>
 
 </section>
+<section name="Tomcat 11.0.3 Released" rtext="2025-02-10">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.3
+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>Allow readOnly attribute configuration on the Resources element and allow
+    configuration of the readOnly attribute value of the main resources. The
+    attribute value will also be used by the default and WebDAV Servlets.</li>
+<li>Correct a regression in the fix for bug 69382 that broke JSP include 
actions
+    if both the page attribute and the body contained parameters. Pull request
+    #803 provided by Chenjp</li>
+<li>Expand the options for handling encoded '/' and '\' characters in URLs both
+    in the Connector and when using a RequestDispatcher. </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.3_(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.99 Released" rtext="2025-02-10">
 <p>
@@ -152,39 +186,6 @@ Full details of these changes, and all t
 
 
 
-<section name="Tomcat 11.0.2 Released" rtext="2024-12-09">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 11.0.2
-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 strong ETag support for the WebDAV and default servlet, which can
-    be enabled by using the useStrongETags init parameter with a value set
-    to true. The ETag generated will be a SHA-1 checksum of the resource
-    content.</li>
-<li>Add support for RateLimit header fields for HTTP (RFC draft) in the
-    RateLimitFilter. Based on pull request #775 provided by Chenjp.</li>
-<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</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.2_(markt)">Tomcat 11
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-11.cgi">Download</a>
-</p>
-</section>
 
 
 <section name="Tomcat Connectors 1.2.50 Released" rtext="2024-08-12">

Modified: tomcat/site/trunk/xdocs/migration-11.0.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-11.0.xml?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-11.0.xml (original)
+++ tomcat/site/trunk/xdocs/migration-11.0.xml Mon Feb 10 15:56:53 2025
@@ -207,8 +207,9 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M25">11.0.0-M25</option>
     <option value="11.0.0-M26">11.0.0-M26</option>
     <option value="11.0.0">11.0.0</option>
-    <option value="11.0.1" selected="selected">11.0.1</option>
-    <option value="11.0.2">11.0.2</option>
+    <option value="11.0.1">11.0.1</option>
+    <option value="11.0.2" selected="selected">11.0.2</option>
+    <option value="11.0.3">11.0.3</option>
     </select>,</label> <label>new version:
     <select name="target">
     <option value="11.0.0-M1">11.0.0-M1</option>
@@ -236,7 +237,8 @@ versions of Apache Tomcat<sup>&#174;</su
     <option value="11.0.0-M26">11.0.0-M26</option>
     <option value="11.0.0">11.0.0</option>
     <option value="11.0.1">11.0.1</option>
-    <option value="11.0.2" selected="selected">11.0.2</option>
+    <option value="11.0.2">11.0.2</option>
+    <option value="11.0.3" selected="selected">11.0.3</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=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Mon Feb 10 15:56:53 2025
@@ -28,6 +28,39 @@
   <li><a href="oldnews-2010.html">year 2010</a></li>
 </ul>
 </section>
+<section name="Tomcat 11.0.2 Released" rtext="2024-12-09">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 11.0.2
+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 strong ETag support for the WebDAV and default servlet, which can
+    be enabled by using the useStrongETags init parameter with a value set
+    to true. The ETag generated will be a SHA-1 checksum of the resource
+    content.</li>
+<li>Add support for RateLimit header fields for HTTP (RFC draft) in the
+    RateLimitFilter. Based on pull request #775 provided by Chenjp.</li>
+<li>Update Tomcat's fork of Commons DBCP to 2.13.0.</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.2_(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.98 Released" rtext="2024-12-09">
 <p>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1923704&r1=1923703&r2=1923704&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Mon Feb 10 15:56:53 2025
@@ -38,7 +38,7 @@ specifications</a> and the respective Ap
   <td>2.2</td>
   <td>3.1</td>
   <td>11.0.x</td>
-  <td>11.0.2</td>
+  <td>11.0.3</td>
   <td>17 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