Author: markt Date: Tue Jul 19 13:51:42 2011 New Revision: 1148321 URL: http://svn.apache.org/viewvc?rev=1148321&view=rev Log: Add info on which connectors these fixes apply to. Correct order. Add periods to the end of the sentences.
Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1148321&r1=1148320&r2=1148321&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Jul 19 13:51:42 2011 @@ -71,12 +71,13 @@ <subsection name="Coyote"> <changelog> <fix> - <bug>50394</bug>: Return -1 instead throwing exception when - EOF (jfclere) + <bug>49595</bug>: Prevent JVM crash with the AJP APR connector when + flushing a closed socket. (jfclere) </fix> <fix> - <bug>49595</bug>: Prevent JVM crash with native when flushing - a closed socket (jfclere) + <bug>50394</bug>: Return -1 instead throwing an exception when + encountering an EOF while processing an input stream with the HTTP APR + connector. (jfclere) </fix> <fix> Correctly handle a connectionTimeout value of -1 (no timeout) for the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org