]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add backport proposal.
authorAndré Malo <nd@apache.org>
Mon, 14 Feb 2005 17:24:51 +0000 (17:24 +0000)
committerAndré Malo <nd@apache.org>
Mon, 14 Feb 2005 17:24:51 +0000 (17:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@153808 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f07425c80709ac5d5b60f20689c1a2514eca80e8..fdc53126cb8cf46405f58e6a0c7006f5aff79310 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -240,6 +240,12 @@ PATCHES TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewcvs.cgi?rev=105195&view=rev
       +1: trawick
 
+    * modules/http/http_request.c (ap_internal_fast_redirect): Take over
+      important members of the subrequest. Especially the proxyreq copying
+      is interesting for proxying DirectoryIndex'd resources:
+        http://svn.apache.org/viewcvs.cgi?rev=102330&view=rev
+      +1: nd
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.