Author: billbarker
Date: Thu Oct 25 20:11:08 2007
New Revision: 588490

URL: http://svn.apache.org/viewvc?rev=588490&view=rev
Log:
document changes

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=588490&r1=588489&r2=588490&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Thu Oct 25 20:11:08 2007
@@ -133,6 +133,9 @@
       <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">
@@ -155,6 +158,9 @@
       </fix>
       <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to