]> granicus.if.org Git - apache/commitdiff
Update as a result of a backport.
authorPaul J. Reder <rederpj@apache.org>
Tue, 30 Sep 2003 17:45:54 +0000 (17:45 +0000)
committerPaul J. Reder <rederpj@apache.org>
Tue, 30 Sep 2003 17:45:54 +0000 (17:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101359 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index bdfaa8fa0b2a167cda6185af739f6e6286f7b7c8..94bb6da4e4d79e43b6e5e1755cfbb2fd871087fd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -68,16 +68,6 @@ Changes with Apache 2.1.0-dev
      hopefully saves some hours of searching for typos. PR 12863.
      [AndrĂ© Malo]
 
-  *) Remove an extra bit of unnecessary code from the recently
-     committed fix for PR 13946 (in mod_rewrite). Reported by
-     Andre Malo. [Paul J. Reder]
-
-  *) mod_rewrite: fix a problem in the proxy support of mod_rewrite.
-     The broken code was inserting multiple "proxy:" fields in the
-     rewritten URIs. [PR: 13946]
-     [Submitted by:  Eider Oliveira <eider@bol.com.br>]
-     [Updated and reviewed by: Paul J. Reder]
-
   *) mod_actions: Propagate the handler name to the action script via
      the REDIRECT_HANDLER environment variable.  [AndrĂ© Malo]
 
@@ -216,6 +206,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.48
 
+  *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
+      rewritten request using "proxy:". The code was adding multiple "proxy:"
+      fields in the rewritten URI. PR: 13946. [Eider Oliveira <eider@bol.com.br>]
+
   *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
      expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr]