From: billbarker Date: Fri, 26 Oct 2007 03:11:08 +0000 (+0000) Subject: document changes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2bde6751ab085b3e18f318bf9361972b41f848e1;p=tomcat7.0 document changes git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@588490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index dea2787fd..952d1b87f 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -133,6 +133,9 @@ Call stopAwait in StandardServer.stop if port == -1. (pero) + + 43668 Fix NPE when the outer most wrapper is a ServletRequest/ResponseWrapper, but not a HttpServletRequest/ResponseWrapper on a Forward. (billbarker) + @@ -156,6 +159,9 @@ Fix explicit flush before response commit in the org.apache.jk AJP connector. (pero) + + 43621 Fix possible Dos condition when using the experimental NIO/AJP Connector (billbarker) +