From: Eric Covener Date: Tue, 7 Dec 2010 13:20:13 +0000 (+0000) Subject: propopose backport of AcceptPathInfo fix X-Git-Tag: 2.2.18~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3c957701f9db33172c20df375b041e4ae4a3db;p=thirdparty%2Fapache%2Fhttpd.git propopose backport of AcceptPathInfo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1043034 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 324be6e0e3b..6f04d124743 100644 --- 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