Commit 7cb8d07d authored by Eric Covener's avatar Eric Covener
Browse files

vote/promote



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1777746 13f79535-47bb-0310-9956-ffa450edef68
parent 00a9177b
Loading
Loading
Loading
Loading
+23 −23
Original line number Diff line number Diff line
@@ -99,6 +99,9 @@ CURRENT RELEASE NOTES:

RELEASE SHOWSTOPPERS:

PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_proxy: Correctly consider error response codes by the backend when
     processing failonstatus. PR 59869
      Trunk version of patch:
@@ -107,10 +110,25 @@ RELEASE SHOWSTOPPERS:
         http://svn.apache.org/r1756562
      Backport version for 2.2.x of patch:
         http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
      +1: ylavic, wrowe
      +1: ylavic, wrowe, covener

PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]
  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
     had to be issued because the remote closed the previous/reusable one
     during idle (keep-alive) time.
     trunk patch: http://svn.apache.org/r1729826
                  http://svn.apache.org/r1729847
                  http://svn.apache.org/r1732986
                  http://svn.apache.org/r1733056
     2.4.x patch: http://svn.apache.org/r1733474
     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy-SNI_reuse.patch
     +1: ylavic, wrowe, covener

  *) mod_proxy: Use the correct server name for SNI in case the backend
     SSL connection itself is established via a proxy server.  PR 57139
     trunk patch: http://svn.apache.org/r1634120
     2.4.x patch: http://svn.apache.org/r1673941
     2.2.x patch: trunk works (modulo CHANGES)
     +1: ylavic, wrowe, covener

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -131,24 +149,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     Delta to proposed patch: http://home.apache.org/~ylavic/patches/mod_proxy_connect-id30144_vs_r1670324.diff
     2.2.x Proposed Patch:    http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy_connect-transfer.patch
     +1: wrowe, ylavic
     covener: this is an awful lot of code for 2.2 for something that has just never worked.

  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
     had to be issued because the remote closed the previous/reusable one
     during idle (keep-alive) time.
     trunk patch: http://svn.apache.org/r1729826
                  http://svn.apache.org/r1729847
                  http://svn.apache.org/r1732986
                  http://svn.apache.org/r1733056
     2.4.x patch: http://svn.apache.org/r1733474
     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy-SNI_reuse.patch
     +1: ylavic, wrowe

  *) mod_proxy: Use the correct server name for SNI in case the backend
     SSL connection itself is established via a proxy server.  PR 57139
     trunk patch: http://svn.apache.org/r1634120
     2.4.x patch: http://svn.apache.org/r1673941
     2.2.x patch: trunk works (modulo CHANGES)
     +1: ylavic, wrowe

  *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
     trunk patch: http://svn.apache.org/r1777460
@@ -156,9 +158,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: N/A
     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
                  (needed because of s/APLOGNO//)
     +1: ylavic
     covener: APR_ARRAY_IDX is apr-1.4 only (noticed on $BIGCO legacy stack)
     ylavic: changed (open coded) in v3
     +1: ylavic, covener

PATCHES/ISSUES THAT ARE STALLED