Author: kkolinko Date: Sat Jan 29 21:57:32 2011 New Revision: 1065120 URL: http://svn.apache.org/viewvc?rev=1065120&view=rev Log: Add bug number to an already fixed issue. Arrange issues in ascending numeric 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=1065120&r1=1065119&r2=1065120&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Sat Jan 29 21:57:32 2011 @@ -1090,6 +1090,10 @@ 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) @@ -1149,10 +1153,6 @@ 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 @@ -1172,10 +1172,6 @@ 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) @@ -1247,6 +1243,11 @@ 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"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org