From: Ruediger Pluem Date: Thu, 17 May 2007 10:59:31 +0000 (+0000) Subject: * Sync with 2.2.x CHANGES file X-Git-Tag: 2.3.0~1808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9fc60e7143ac708ef5b14e628c07d412adf2be2;p=thirdparty%2Fapache%2Fhttpd.git * Sync with 2.2.x CHANGES file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@538869 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 06902faf467..3e07455b78c 100644 --- a/CHANGES +++ b/CHANGES @@ -143,10 +143,6 @@ Changes with Apache 2.3.0 his value is defined as 258, thus limiting the MaxThreads to that value. [Mladen Turk] - *) mod_cache: While serving a cached entity ensure that filters that have - been applied to this cached entity before saving it to the cache are not - applied again. PR 40090. [Ruediger Pluem] - *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir to circumvent the symbolic link checks imposed by FollowSymLinks and SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe] @@ -265,6 +261,10 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.5 + *) mod_cache: While serving a cached entity ensure that filters that have + been applied to this cached entity before saving it to the cache are not + applied again. PR 40090. [Ruediger Pluem] + *) mod_cache: Correctly cache objects whose URL query string has been modified by mod_rewrite. PR 40805. [Ruediger Pluem]