Author: kkolinko Date: Wed Jan 9 12:42:48 2013 New Revision: 1430827 URL: http://svn.apache.org/viewvc?rev=1430827&view=rev Log: Add issue number for r1429124, move according to the sort order.
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=1430827&r1=1430826&r2=1430827&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Jan 9 12:42:48 2013 @@ -74,10 +74,6 @@ Allow web applications to be stopped cleanly even if filters shown exceptions when their destroy() method is called. (markt/kkolinko) </fix> - <add> - Make HTTP Digest authentication header parsing tolerant of invalid - headers sent by known buggy clients. (markt) - </add> <fix> Fix memory leak of servlet instances when running with a SecurityManager and either init() or destroy() methods fail @@ -109,6 +105,10 @@ need to be encoded in URLs such as spaces. Based on a patch by Polina Genova. (markt) </fix> + <add> + <bug>54372</bug>: Make HTTP Digest authentication header parsing + tolerant of invalid headers sent by known buggy clients. (markt) + </add> <fix> <bug>54377</bug>: Correctly set request attributes for AccessLog in RemoteIpFilter. Patch by Violeta Georgieva. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org