You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/04/09 15:19:38 UTC

svn commit: r1876330 - in /tomcat/site/trunk: docs/ xdocs/

Author: markt
Date: Thu Apr  9 15:19:38 2020
New Revision: 1876330

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

Modified:
    tomcat/site/trunk/docs/doap_Tomcat.rdf
    tomcat/site/trunk/docs/download-80.html
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/migration-85.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-80.xml
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/migration-85.xml
    tomcat/site/trunk/xdocs/oldnews.xml
    tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Thu Apr  9 15:19:38 2020
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2020-03-16</created>
-        <revision>8.5.53</revision>
+        <created>2020-04-08</created>
+        <revision>8.5.54</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/docs/download-80.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Thu Apr  9 15:19:38 2020
@@ -12,7 +12,7 @@
     </p>
   </div><h3 id="Quick_Navigation">Quick Navigation</h3><div class="text">
 
-[define v]8.5.53[end]
+[define v]8.5.54[end]
         <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Thu Apr  9 15:19:38 2020
@@ -55,6 +55,37 @@ changelog</a>.
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-90.cgi">Download</a>
 </p>
+</div><h3 id="Tomcat_8.5.54_Released"><span class="pull-right">2020-04-08</span> Tomcat 8.5.54 Released</h3><div class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.54
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.53 include:</p>
+<ul>
+<li>Add support for default values when using <code>${...}</code> property
+    replacement in configuration files. Based on a pull request provided by
+    Bernd Bohmann.</li>
+<li>When configuring an HTTP Connector, warn if the encoding specified for
+    <code>URIEncoding</code> is not a superset of US-ASCII as required by RFC
+    7230.</li>
+<li>Replace the system property
+    <code>org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH</code> with
+    the Connector attribute <code>encodedSolidusHandling</code> that adds an
+    additional option to pass the <code>%2f</code> sequence through to the
+    application without decoding it in addition to rejecting such sequences and
+    decoding such sequences.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.54_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
+</p>
 </div><h3 id="Tomcat_10.0.0-M4_Released"><span class="pull-right">2020-04-08</span> Tomcat 10.0.0-M4 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M4
@@ -118,32 +149,6 @@ Full details of these changes, and all t
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-70.cgi">Download</a>
 </p>
-</div><h3 id="Tomcat_8.5.53_Released"><span class="pull-right">2020-03-16</span> Tomcat 8.5.53 Released</h3><div class="text">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.53
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
-pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
-specification versions remain unchanged. The notable changes compared
-to 8.5.51 include:</p>
-<ul>
-<li>Add new attribute persistAuthentication to both StandardManager and
-    PersistentManager to support authentication persistence. Patch provided by
-    Carsten Klein</li>
-<li>A zero length AJP secret will now behave as if it has not been
-    specified.</li>
-<li>Add the TLS request attributes used by IIS to the attributes that
-    an AJP Connector will always accept.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
-</p>
 </div><h3 id="Tomcat_Connectors_1.2.48_Released"><span class="pull-right">2020-03-06</span> Tomcat Connectors 1.2.48 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.48 of

Modified: tomcat/site/trunk/docs/migration-85.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Thu Apr  9 15:19:38 2020
@@ -314,8 +314,9 @@ of Apache Tomcat.</p>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
-    <option value="8.5.51" selected>8.5.51</option>
-    <option value="8.5.53">8.5.53</option>
+    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.53" selected>8.5.53</option>
+    <option value="8.5.54">8.5.54</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -358,7 +359,8 @@ of Apache Tomcat.</p>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
     <option value="8.5.51">8.5.51</option>
-    <option value="8.5.53" selected>8.5.53</option>
+    <option value="8.5.53">8.5.53</option>
+    <option value="8.5.54" selected>8.5.54</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=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Thu Apr  9 15:19:38 2020
@@ -38,6 +38,32 @@ changelog</a>.
 <p style="text-align: center;">
 <a href="https://tomcat.apache.org/download-90.cgi">Download</a>
 </p>
+</div><h3 id="Tomcat_8.5.53_Released"><span class="pull-right">2020-03-16</span> Tomcat 8.5.53 Released</h3><div class="text">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.53
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.51 include:</p>
+<ul>
+<li>Add new attribute persistAuthentication to both StandardManager and
+    PersistentManager to support authentication persistence. Patch provided by
+    Carsten Klein</li>
+<li>A zero length AJP secret will now behave as if it has not been
+    specified.</li>
+<li>Add the TLS request attributes used by IIS to the attributes that
+    an AJP Connector will always accept.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="https://tomcat.apache.org/download-80.cgi">Download</a>
+</p>
 </div><h3 id="Tomcat_10.0.0-M3_Released"><span class="pull-right">2020-03-16</span> Tomcat 10.0.0-M3 Released</h3><div class="text">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M3

Modified: tomcat/site/trunk/docs/whichversion.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Thu Apr  9 15:19:38 2020
@@ -52,7 +52,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.53</td>
+  <td>8.5.54</td>
   <td>7 and later</td>
 </tr>
 

Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Thu Apr  9 15:19:38 2020
@@ -67,8 +67,8 @@
     <release>
       <Version>
         <name>Latest Stable 8.5.x Release</name>
-        <created>2020-03-16</created>
-        <revision>8.5.53</revision>
+        <created>2020-04-08</created>
+        <revision>8.5.54</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/xdocs/download-80.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-80.xml?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/download-80.xml (original)
+++ tomcat/site/trunk/xdocs/download-80.xml Thu Apr  9 15:19:38 2020
@@ -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]8.5.53[end]
+[define v]8.5.54[end]
         <a href="https://www.apache.org/dist/tomcat/tomcat-8/KEYS">KEYS</a> |
         <a href="#[v]">[v]</a> |
         <a href="[preferred]tomcat/tomcat-8/v[v]" rel="nofollow">Browse</a> |

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Thu Apr  9 15:19:38 2020
@@ -69,6 +69,39 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 8.5.54 Released" rtext="2020-04-08">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.54
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.53 include:</p>
+<ul>
+<li>Add support for default values when using <code>${...}</code> property
+    replacement in configuration files. Based on a pull request provided by
+    Bernd Bohmann.</li>
+<li>When configuring an HTTP Connector, warn if the encoding specified for
+    <code>URIEncoding</code> is not a superset of US-ASCII as required by RFC
+    7230.</li>
+<li>Replace the system property
+    <code>org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH</code> with
+    the Connector attribute <code>encodedSolidusHandling</code> that adds an
+    additional option to pass the <code>%2f</code> sequence through to the
+    application without decoding it in addition to rejecting such sequences and
+    decoding such sequences.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.54_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.0.0-M4 Released" rtext="2020-04-08">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M4
@@ -136,34 +169,6 @@ Full details of these changes, and all t
 </p>
 </section>
 
-<section name="Tomcat 8.5.53 Released" rtext="2020-03-16">
-<p>
-The Apache Tomcat Project is proud to announce the release of version 8.5.53
-of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
-pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
-specification versions remain unchanged. The notable changes compared
-to 8.5.51 include:</p>
-<ul>
-<li>Add new attribute persistAuthentication to both StandardManager and
-    PersistentManager to support authentication persistence. Patch provided by
-    Carsten Klein</li>
-<li>A zero length AJP secret will now behave as if it has not been
-    specified.</li>
-<li>Add the TLS request attributes used by IIS to the attributes that
-    an AJP Connector will always accept.</li>
-</ul>
-
-<p>
-Full details of these changes, and all the other changes, are available in the
-<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
-changelog</a>.
-</p>
-
-<p style="text-align: center;">
-<a href="download-80.cgi">Download</a>
-</p>
-</section>
-
 <section name="Tomcat Connectors 1.2.48 Released" rtext="2020-03-06">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 1.2.48 of

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Thu Apr  9 15:19:38 2020
@@ -329,8 +329,9 @@ of Apache Tomcat.</p>
     <option value="8.5.47">8.5.47</option>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
-    <option value="8.5.51" selected="selected">8.5.51</option>
-    <option value="8.5.53">8.5.53</option>
+    <option value="8.5.51">8.5.51</option>
+    <option value="8.5.53" selected="selected">8.5.53</option>
+    <option value="8.5.54">8.5.54</option>
     </select>,</label> <label>new version:
     <select name="hb">
     <option value="8.5.0">8.5.0</option>
@@ -373,7 +374,8 @@ of Apache Tomcat.</p>
     <option value="8.5.49">8.5.49</option>
     <option value="8.5.50">8.5.50</option>
     <option value="8.5.51">8.5.51</option>
-    <option value="8.5.53" selected="selected">8.5.53</option>
+    <option value="8.5.53">8.5.53</option>
+    <option value="8.5.54" selected="selected">8.5.54</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=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/oldnews.xml (original)
+++ tomcat/site/trunk/xdocs/oldnews.xml Thu Apr  9 15:19:38 2020
@@ -49,6 +49,34 @@ changelog</a>.
 </p>
 </section>
 
+<section name="Tomcat 8.5.53 Released" rtext="2020-03-16">
+<p>
+The Apache Tomcat Project is proud to announce the release of version 8.5.53
+of Apache Tomcat. Apache Tomcat 8.5.x replaces 8.0.x and includes new features
+pulled forward from Tomcat 9.0.x. The minimum Java version and implemented
+specification versions remain unchanged. The notable changes compared
+to 8.5.51 include:</p>
+<ul>
+<li>Add new attribute persistAuthentication to both StandardManager and
+    PersistentManager to support authentication persistence. Patch provided by
+    Carsten Klein</li>
+<li>A zero length AJP secret will now behave as if it has not been
+    specified.</li>
+<li>Add the TLS request attributes used by IIS to the attributes that
+    an AJP Connector will always accept.</li>
+</ul>
+
+<p>
+Full details of these changes, and all the other changes, are available in the
+<a href="tomcat-8.5-doc/changelog.html#Tomcat_8.5.53_(markt)">Tomcat 8.5
+changelog</a>.
+</p>
+
+<p style="text-align: center;">
+<a href="download-80.cgi">Download</a>
+</p>
+</section>
+
 <section name="Tomcat 10.0.0-M3 Released" rtext="2020-03-16">
 <p>
 The Apache Tomcat Project is proud to announce the release of version 10.0.0-M3

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=1876330&r1=1876329&r2=1876330&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Thu Apr  9 15:19:38 2020
@@ -61,7 +61,7 @@ specifications</a> and the respective Ap
   <td>1.1</td>
   <td>1.1</td>
   <td>8.5.x</td>
-  <td>8.5.53</td>
+  <td>8.5.54</td>
   <td>7 and later</td>
 </tr>
 



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