Commit 5164b530 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1712267 13f79535-47bb-0310-9956-ffa450edef68
parent d505015d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -111,6 +111,13 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

   * core: make the 2.4.17 behavior of fully qualifying REDIRECT_URL
     opt-in.  Original PR PR57785
     trunk patch: http://svn.apache.org/r1710380
                  http://svn.apache.org/r1710391
     2.4.x trunk works (needs CHANGES)
     +1 covener, ylavic, jim



PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -140,13 +147,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_ssl-deferred_friendly-v3.patch
     +1: ylavic

   * core: make the 2.4.17 behavior of fully qualifying REDIRECT_URL
     opt-in.  Original PR PR57785
     trunk patch: http://svn.apache.org/r1710380
                  http://svn.apache.org/r1710391
     2.4.x trunk works (needs CHANGES)
     +1 covener, ylavic, jim

   * mod_cache: Accept HT (Horizontal Tab) when parsing cache related header
                fields as described in RFC7230. See OWS definition.
                [Christophe Jaillet, Graham Leggett]