From: markt Date: Sat, 9 Jul 2011 15:21:46 +0000 (+0000) Subject: Add regression fix to changelog X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab5191cba4802b77b5858d9086af850d9eb896e4;p=tomcat7.0 Add regression fix to changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1144682 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e856c7156..4b791cabe 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -60,6 +60,10 @@ Various refactorings to reduce code duplication and unnecessary code in the connectors. (markt) + + Correct regression introduced in 7.0.17 that triggered 400 entries in + the AccessLog when using the AJP/BIO connector. (markt) +