Author: markt Date: Fri Mar 4 17:21:05 2016 New Revision: 1733616 URL: http://svn.apache.org/viewvc?rev=1733616&view=rev Log: Correct order
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=1733616&r1=1733615&r2=1733616&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Fri Mar 4 17:21:05 2016 @@ -103,14 +103,6 @@ modified Context configuration parameters and reduces (slightly) the memory footprint of a running Tomcat instance. (markt) </fix> - <fix> - <bug>59001</bug>: Correctly handle the case when Tomcat is installed on - a path where one of the segments ends in an exclamation mark. (markt) - </fix> - <fix> - Expand the fix for <bug>59001</bug> to cover the special sequences used - in Tomcat's custom jar:war: URLs. (markt) - </fix> <update> Switch to the web application class loader to the <code>ParallelWebappClassLoader</code> by default. (markt) @@ -124,6 +116,14 @@ Refactor JAR scanning to reduce memory footprint. (markt) </fix> <fix> + <bug>59001</bug>: Correctly handle the case when Tomcat is installed on + a path where one of the segments ends in an exclamation mark. (markt) + </fix> + <fix> + Expand the fix for <bug>59001</bug> to cover the special sequences used + in Tomcat's custom jar:war: URLs. (markt) + </fix> + <fix> <bug>59043</bug>: Avoid warning while expiring sessions associated with a single sign on if <code>HttpServletRequest.logout()</code> is used. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org