Commit 19fec946 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@733752 13f79535-47bb-0310-9956-ffa450edef68
parent aaf3c6c4
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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.