From: André Malo Date: Tue, 25 Feb 2003 13:13:22 +0000 (+0000) Subject: It's a quite visible problem, so add a changelog entry. X-Git-Tag: pre_ajp_proxy~2079 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27cefe8cee7c33f21ef8a1c17613e4cf2388cd6c;p=thirdparty%2Fapache%2Fhttpd.git It's a quite visible problem, so add a changelog entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98791 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index c0f4bdbb8b5..d801625caf8 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Fix path handling of mod_rewrite, especially on non-unix systems. + 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]