document changes
authorbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 26 Oct 2007 03:11:08 +0000 (03:11 +0000)
committerbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 26 Oct 2007 03:11:08 +0000 (03:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@588490 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml

index dea2787..952d1b8 100644 (file)
       <fix>
         Call stopAwait in StandardServer.stop if port == -1. (pero)
       </fix>
+      <fix>
+        <bug>43668</bug> Fix NPE when the outer most wrapper is a ServletRequest/ResponseWrapper, but not a HttpServletRequest/ResponseWrapper on a Forward. (billbarker)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
       <fix>
         Fix explicit flush before response commit in the org.apache.jk AJP connector. (pero)
       </fix>
+      <fix>
+        <bug>43621</bug> Fix possible Dos condition when using the experimental NIO/AJP Connector (billbarker)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">