From: Andre 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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ec5763b3ce19e9aa01db2e4ba5595c5d260311;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]