From: Andre Malo Date: Fri, 28 Feb 2003 13:47:11 +0000 (+0000) Subject: huh, add missing changelog entry ... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d4048fcfcf72e2a1d30d3f8b13c5537896cd61;p=thirdparty%2Fapache%2Fhttpd.git huh, add missing changelog entry ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98842 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 69dea037bbb..636a780066e 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,10 @@ Changes with Apache 2.1.0-dev string if there's no one supplied by configuration. PR 10961. [André Malo] + *) Fix mod_rewrite's handling of absolute URIs. The escaping routines + now work scheme dependent and the query string will only be + appended if supported by the particular scheme. [André Malo] + *) 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]