Add info on which connectors these fixes apply to.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 13:51:42 +0000 (13:51 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 19 Jul 2011 13:51:42 +0000 (13:51 +0000)
Correct order.
Add periods to the end of the sentences.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1148321 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index 58d7d84..94b3f6e 100644 (file)
   <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