Author: markt
Date: Wed Jun  6 18:33:35 2012
New Revision: 1347043

URL: http://svn.apache.org/viewvc?rev=1347043&view=rev
Log:
Bugs should be in numerical order (as per the comment at the start of the 
changelog).

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=1347043&r1=1347042&r2=1347043&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Jun  6 18:33:35 2012
@@ -150,6 +150,12 @@
         <code>JreMemoryLeakPreventionListener</code>. (markt)
       </fix>
       <fix>
+        <bug>53230</bug>: Changed ManagerBase to throw
+        TooManyActiveSessionsException instead of IllegalStateException
+        when the maximum number of sessions has been exceeded and a new
+        session will not be created. (schultz)
+      </fix>
+      <fix>
         <bug>53257</bug>: Ensure that resources, including JSP files, that have
         names that include characters with special meanings in URLs (such as
         ampersand, semicolon, plus, hash and percent) are correctly handled.
@@ -214,12 +220,6 @@
         <bug>53366</bug>: Ensure new HTTP header parser works correctly when
         running Tomcat under a security manager. (markt/kkolinko)
       </fix>
-      <fix>
-        <bug>53230</bug>: Changed ManagerBase to throw
-        TooManyActiveSessionsException instead of IllegalStateException
-        when the maximum number of sessions has been exceeded and a new
-        session will not be created. (schultz)
-      </fix>
     </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