From: André Malo Date: Fri, 28 Mar 2003 03:27:38 +0000 (+0000) Subject: keep changes in sync ... X-Git-Tag: pre_ajp_proxy~1954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ed2d59171a6566e05d741db97be86b9fee405bc;p=apache keep changes in sync ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99101 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1031649a72..b51aeda1b0 100644 --- a/CHANGES +++ b/CHANGES @@ -72,10 +72,6 @@ Changes with Apache 2.1.0-dev 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] - *) Return 413 if chunk-ext-header is too long rather than reading from the truncated line. PR 15857. [Justin Erenkrantz] @@ -169,6 +165,10 @@ Changes with Apache 2.0.45 source tarball for Apache 2.0.45. PR 17206 [Christian Kratzer , Bjoern A. Zeeb ] + *) 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] + *) Prevent endless loops of internal redirects in mod_rewrite by aborting after exceeding a limit of internal redirects. The limit defaults to 10 and can be changed using the RewriteOptions