From: Jim Jagielski Date: Mon, 12 Jan 2009 13:51:55 +0000 (+0000) Subject: promote X-Git-Tag: 2.2.12~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0f396fd6f001c6e29a32fec615a6cf532b3e88;p=thirdparty%2Fapache%2Fhttpd.git promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733752 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5272e8690cc..ef004e512b4 100644 --- a/STATUS +++ b/STATUS @@ -123,9 +123,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: trunk works +1: covener, niq, rpluem -PATCHES PROPOSED TO BACKPORT FROM TRUNK: - [ New proposals should be added at the end of the list ] - * util_script (CGI): return 504 (Gateway timeout) rather than 500 when a script times out before returning status line/headers. PR 42190 @@ -141,6 +138,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~niq/patches/45959 +1: niq, rpluem, jim + +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ New proposals should be added at the end of the list ] + * mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome way that per-directory rewrites append the previous notion of PATH_INFO to each substitution before evaluating subsequent rules.