From: André Malo Date: Thu, 24 Apr 2003 16:17:03 +0000 (+0000) Subject: keep changes in sync. X-Git-Tag: pre_ajp_proxy~1778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf13be500fffaefc25e14ac779460d466cb6dc5a;p=thirdparty%2Fapache%2Fhttpd.git keep changes in sync. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99582 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 38b9b2f4e13..153122d2175 100644 --- a/CHANGES +++ b/CHANGES @@ -74,10 +74,6 @@ Changes with Apache 2.1.0-dev *) mod_rewrite: Fix some problems reporting errors with mapping programs (RewriteMap prg:/something). [Jeff Trawick] - *) When using Redirect in directory context, append requested query - 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] @@ -164,6 +160,10 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.46 + *) When using Redirect in directory context, append requested query + string if there's no one supplied by configuration. PR 10961. + [André Malo] + *) Unescape the supplied wildcard pattern in mod_autoindex. Otherwise the pattern will not always match as desired. PR 12596. [André Malo]