Add bug number to an already fixed issue. Arrange issues in ascending numeric order.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 29 Jan 2011 21:57:32 +0000 (21:57 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 29 Jan 2011 21:57:32 +0000 (21:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1065120 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 0491b6a..ae5c6b7 100644 (file)
         enable GZIP compressed output streams to be flushed. Based on a patch
         provided by Jiong Wang. (markt)
       </fix>
+      <update>
+        <bug>48967</bug>: Replace strings "catalina.base" and "catalina.home"
+        by globally defined constants. Patch provided by Marc Guillemot. (rjung)
+      </update>
       <fix>
         <bug>49195</bug>: Don't report an error when shutting down a Windows
         service for a Tomcat instance that has a disabled shutdown port. (markt)
         provided by Gábor. (markt)
       </fix>
       <fix>
-        Provide 100 Continue responses at appropriate points during FORM
-        authentication if client indicates that they are expected. (markt)
-      </fix>
-      <fix>
         <bug>49779</bug>: Improve handling of POST requests and FORM
         authentication, particularly when the user agent responds to the 302
         response by repeating the POST request including a request body. Any
         is being destroyed, the destroy method is only called once on each
         child component. (markt)
       </update>
-      <update>
-        <bug>48967</bug>: Replace strings "catalina.base" and "catalina.home"
-        by globally defined constants. Patch provided by Marc Guillemot. (rjung)
-      </update>
       <fix>
         Keep the MBean names for web applications consistent between Tomcat 6
         and Tomcat 7. (markt)
         current servlet-mappings that map the default servlet to a subpath.
         (timw)
       </fix>
+      <fix>
+        <bug>50689</bug>: Provide 100 Continue responses at appropriate points
+        during FORM authentication if client indicates that they are expected.
+        (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">