You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2018/10/07 07:52:23 UTC

svn commit: r1843048 - /tomcat/trunk/webapps/docs/changelog.xml

Author: violetagg
Date: Sun Oct  7 07:52:23 2018
New Revision: 1843048

URL: http://svn.apache.org/viewvc?rev=1843048&view=rev
Log:
Fixes having an issue number are sorted by their number, ascending.
Remove extra "changelog" tags

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1843048&r1=1843047&r2=1843048&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Oct  7 07:52:23 2018
@@ -127,15 +127,15 @@
         incorrectly only looked for the space character. (markt)
       </fix>
       <fix>
-        <bug>62721</bug>: Correct generation of web.xml header when using JspC.
-        (markt)
-      </fix>
-      <fix>
         <bug>62674</bug>: Correct a regression in the stand-alone JSP compiler
         utility, <code>JspC</code>, caused by the fix for <bug>53492</bug>, that
         caused the JSP compiler to hang. (markt)
       </fix>
       <fix>
+        <bug>62721</bug>: Correct generation of web.xml header when using JspC.
+        (markt)
+      </fix>
+      <fix>
         <bug>62757</bug>: Correct a regression in the fix for <bug>62603</bug>
         that caused <code>NullPointerException</code>s when compiling tag files
         on first access when development mode was disabled and background
@@ -188,14 +188,10 @@
         Update the internal fork of Apache Commons Pool 2 to d4e0e88
         (2018-09-12) to pick up some bug fixes and enhancements. (markt)
       </update>
-    </changelog>
-    <changelog>
       <add>
         <bug>62705</bug>: Added a fail fast check for minimum required Apache
         Ant version 1.9.8 when building Tomcat. (isapir)
       </add>
-    </changelog>
-    <changelog>
       <add>
         Added ant target ide-intellij to create an IntelliJ IDEA project. (isapir)
       </add>
@@ -216,6 +212,9 @@
         (markt)
       </fix>
       <fix>
+        <bug>62667</bug>: Add recursion to rewrite substitution parsing. (remm)
+      </fix>
+      <fix>
         <bug>62669</bug>: When using the SSIFilter and a resource does not
         specify a content type, do not force the content type to
         <code>application/x-octet-stream</code>. (markt)
@@ -228,9 +227,6 @@
         (markt)
       </fix>
       <fix>
-        <bug>62667</bug>: Add recursion to rewrite substitution parsing. (remm)
-      </fix>
-      <fix>
         When generating a redirect to a directory in the Default Servlet, avoid
         generating a protocol relative redirect. (markt)
       </fix>



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