]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propopose backport of AcceptPathInfo fix
authorEric Covener <covener@apache.org>
Tue, 7 Dec 2010 13:20:13 +0000 (13:20 +0000)
committerEric Covener <covener@apache.org>
Tue, 7 Dec 2010 13:20:13 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1043034 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 324be6e0e3bffbdf7689150e1c61a7068f8d6696..6f04d124743b38fd70efe7243e9dcd02ebdfb727 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -203,6 +203,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Trunk patch: n/a mod_mem_cache not in trunk
      2.2.x: http://people.apache.org/~covener/patches/httpd-2.2.x-memcache_streaming_debug-2.diff
      +1 covener
+
+   * core: honor "AcceptPathInfo OFF" for internal redirects, such as those
+     generated by mod_rewite in per-dir context.  This would be left floating
+     around in the request_rec with a pcalloc'ed value, so the core fixup
+     hook thought some module had overridden it. PR 50349.
+     Trunk patch: http://svn.apache.org/viewvc?rev=1043023&view=rev
+     2.2.x patch: http://people.apache.org/~covener/patches/2.2.x-accept_pathinfo_redir.diff
+    +1 covener
   
 PATCHES/ISSUES THAT ARE STALLED