You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/12/07 14:20:13 UTC

svn commit: r1043034 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Tue Dec  7 13:20:13 2010
New Revision: 1043034

URL: http://svn.apache.org/viewvc?rev=1043034&view=rev
Log:
propopose backport of AcceptPathInfo fix

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1043034&r1=1043033&r2=1043034&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Dec  7 13:20:13 2010
@@ -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