From: markt Date: Tue, 4 Jan 2011 19:28:16 +0000 (+0000) Subject: Doh. Forgot to update the change log. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7da48f09121814885b88a866fa426a94ba892344;p=tomcat7.0 Doh. Forgot to update the change log. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055147 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index f789d4e07..3c331b9c4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -77,6 +77,11 @@ application if there's no session. Patch provided by Marc Guillemot. (slaurent) + + 49000: No longer accept specification invalid name only + cookies by default. This behaviour can be restored using a system + property. (markt) + 49159: Improve memory leak protection by renewing threads of the pool when a web application is stopped. (slaurent)