From: André Malo Date: Fri, 28 Feb 2003 13:47:11 +0000 (+0000) Subject: huh, add missing changelog entry ... X-Git-Tag: pre_ajp_proxy~2065 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7d36171f479215a2405511d715269cc687b6afc;p=apache 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 69dea037bb..636a780066 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]