From: kkolinko Date: Sat, 29 Jan 2011 21:57:32 +0000 (+0000) Subject: Add bug number to an already fixed issue. Arrange issues in ascending numeric order. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c0c44492973101cb898ac89ac7e442a0ba3918ec;p=tomcat7.0 Add bug number to an already fixed issue. Arrange issues in ascending numeric order. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1065120 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 0491b6a0f..ae5c6b7f5 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -1090,6 +1090,10 @@ enable GZIP compressed output streams to be flushed. Based on a patch provided by Jiong Wang. (markt) + + 48967: Replace strings "catalina.base" and "catalina.home" + by globally defined constants. Patch provided by Marc Guillemot. (rjung) + 49195: 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) - Provide 100 Continue responses at appropriate points during FORM - authentication if client indicates that they are expected. (markt) - - 49779: 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) - - 48967: Replace strings "catalina.base" and "catalina.home" - by globally defined constants. Patch provided by Marc Guillemot. (rjung) - 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) + + 50689: Provide 100 Continue responses at appropriate points + during FORM authentication if client indicates that they are expected. + (markt) +