This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new ebc2ee7  Add bug reference and re-order as necessary.
ebc2ee7 is described below

commit ebc2ee74f99f0dc96ee5f7f82116e642798b2996
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 4 15:14:07 2020 +0000

    Add bug reference and re-order as necessary.
---
 webapps/docs/changelog.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index f616f20..edd80b1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -80,9 +80,14 @@
         <bug>64166</bug>: Ensure that the names returned by
         <code>HttpServletResponse.getHeaderNames()</code> are unique. (markt)
       </fix>
+      <add>
+        <bug>64189</bug>: Expose the web application version String as a
+        <code>ServletContext</code> attribute named
+        <code>org.apache.catalina.webappVersion</code>. (markt)
+      </add>
       <fix>
-        Fix SCI support regression that was caused by a JAR path lookup error
-        in the classloader findResources. (remm)
+        <bug>64191</bug>: Fix an SCI support regression that was caused by a 
JAR
+        path lookup error in the classloader findResources. (remm)
       </fix>
       <scode>
         Rename 
<code>org.apache.tomcat.util.digester.Digester$EnvironmentPropertySource</code>
@@ -97,11 +102,6 @@
         support authentication persistence. Patch provided by Carsten Klein.
         (markt)
       </add>
-      <add>
-        <bug>64189</bug>: Expose the web application version String as a
-        <code>ServletContext</code> attribute named
-        <code>org.apache.catalina.webappVersion</code>. (markt)
-      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">


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

Reply via email to