Doh. Forgot to update the change log.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Jan 2011 19:28:16 +0000 (19:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 4 Jan 2011 19:28:16 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1055147 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index f789d4e..3c331b9 100644 (file)
         application if there's no session. Patch provided by Marc Guillemot.
         (slaurent)
       </add>
+      <fix>
+        <bug>49000</bug>: No longer accept specification invalid name only
+        cookies by default. This behaviour can be restored using a system
+        property. (markt)
+      </fix>
       <add>
         <bug>49159</bug>: Improve memory leak protection by renewing threads of
         the pool when a web application is stopped. (slaurent)