Author: kkolinko
Date: Fri Apr  8 13:28:07 2016
New Revision: 1738243

URL: http://svn.apache.org/viewvc?rev=1738243&view=rev
Log:
Fix typos in changelog.xml, sort by bug number.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1738243&r1=1738242&r2=1738243&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Apr  8 13:28:07 2016
@@ -133,15 +133,15 @@
         <code>catalina.base</code> is not specified. (violetagg)
       </fix>
       <fix>
+        <bug>59213</bug>: Async dispatches should be based off a wrapped 
request.
+        (remm)
+      </fix>
+      <fix>
         <bug>59217</bug>: Remove duplication in the recycling of the path in
         <code>o.a.tomcat.util.http.ServerCookie</code>. Patch is provided by
         Kyohei Nakamura. (violetagg)
       </fix>
       <fix>
-        <bug>59213</bug>: Async dispatches should be based off a wrapped 
request.
-        (remm)
-      </fix>
-      <fix>
         Ensure that <code>javax.servlet.ServletRequest</code> and
         <code>javax.servlet.ServletResponse</code> provided during
         <code>javax.servlet.AsyncListener</code> registration are made
@@ -150,7 +150,7 @@
         (violetagg)
       </fix>
       <fix>
-        Clarify in the log message that specifying both urlPatterns and value
+        Clarify the log message that specifying both urlPatterns and value
         attributes in WebServlet and WebFilter annotations is not allowed.
         (violetagg)
       </fix>
@@ -161,15 +161,15 @@
         disabled. Patch is provided by Svetlin Zarev. (violetagg)
       </fix>
       <fix>
+        <bug>59247</bug>: Preload ResourceEntry as a workaround for security
+        manager issues on some JVMs. (kkolinko/remm)
+      </fix>
+      <fix>
         <bug>59269</bug>: Correct the implementation of
         <code>PersistentManagerBase</code> so that <code>minIdleSwap</code>
         functions as designed and sessions are swapped out to keep the active
         session count below <code>maxActiveSessions</code>. (markt)
       </fix>
-      <fix>
-        <bug>59247</bug>: Preload ResourceEntry as a workaround for security
-        manager issues on some JVMs. (kkolinko/remm)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -279,7 +279,8 @@
       <fix>
         <bug>58283</bug>: Change the default download location for libraries
         during the build process from <code>/usr/share/java</code> to
-        <code>${user.home}/temp</code>. Patch provided by Ahmed Hosni. (markt)
+        <code>${user.home}/tomcat-build-libs</code>. Patch provided by
+        Ahmed Hosni. (markt)
       </fix>
       <fix>
         <bug>59031</bug>: When using the Windows uninstaller, do not remove the



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

Reply via email to