Author: markt Date: Wed Dec 9 09:53:33 2015 New Revision: 1718798 URL: http://svn.apache.org/viewvc?rev=1718798&view=rev Log: Correct fixed version
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1718798&r1=1718797&r2=1718798&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Dec 9 09:53:33 2015 @@ -45,6 +45,15 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 8.0.31 (markt)" rtext="in development"> + <subsection name="Catalina"> + <changelog> + <fix> + Correct implementation of + <code>validateClientProvidedNewSessionId</code> so client provided + session IDs may be rejected if validation is enabled. (markt) + </fix> + </changelog> + </subsection> <subsection name="Web Applications"> <changelog> <add> @@ -111,11 +120,6 @@ or <code>WriteListener</code> do not need to be immediately fatal to the connection. Allow an error response to be written. (markt) </fix> - <fix> - Correct implementation of - <code>validateClientProvidedNewSessionId</code> so client provided - session IDs may be rejected if validation is enabled. (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