You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2007/10/26 05:11:09 UTC

svn commit: r588490 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

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


Re: svn commit: r588490 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Posted by jean-frederic clere <jf...@gmail.com>.
It would be nicer to commit in one single commit, the fix, the removal
of the proposal in STATUS and the add in the changelog.xml

Cheers

Jean-Frederic

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org