You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/07/19 15:51:43 UTC

svn commit: r1148321 - /tomcat/trunk/webapps/docs/changelog.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org