From 2bde6751ab085b3e18f318bf9361972b41f848e1 Mon Sep 17 00:00:00 2001 From: billbarker Date: Fri, 26 Oct 2007 03:11:08 +0000 Subject: [PATCH] document changes git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@588490 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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) + -- 2.11.0