From: Jeff Trawick Date: Wed, 12 Mar 2003 18:25:39 +0000 (+0000) Subject: reflect a fix merged to 2.0.45-dev X-Git-Tag: pre_ajp_proxy~2000 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78235be97e5d7ecc19fd9516510762aee9254d59;p=apache reflect a fix merged to 2.0.45-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98992 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index afa48485ff..b45ea52e55 100644 --- a/CHANGES +++ b/CHANGES @@ -64,9 +64,6 @@ Changes with Apache 2.1.0-dev There was some confusion between local paths and URL paths. PR 12902. [André Malo] - *) Keep the subrequest filter in place when a subrequest is - redirected. PR 15423. [Jeff Trawick] - *) Return 413 if chunk-ext-header is too long rather than reading from the truncated line. PR 15857. [Justin Erenkrantz] @@ -159,6 +156,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Keep the subrequest filter in place when a subrequest is + redirected. PR 15423. [Jeff Trawick] + *) you can now specify the compression level for mod_deflate. [Ian Holsman, Stephen Pierzchala , Michael Schroepl ]