Commit 14ae4930 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Promote r1753592 as showstopper, since it also fixes build with MSVC.

(Not worth fixing the build if we can backport this change, two fixes for the price of one :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1777453 13f79535-47bb-0310-9956-ffa450edef68
parent 89da9c39
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -102,6 +102,16 @@ 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:
         http://svn.apache.org/r1753592
      Backport version for 2.4.x of patch:
         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

PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

@@ -140,16 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: trunk works (modulo CHANGES)
     +1: ylavic

  *) mod_proxy: Correctly consider error response codes by the backend when
     processing failonstatus. PR 59869
      Trunk version of patch:
         http://svn.apache.org/r1753592
      Backport version for 2.4.x of patch:
         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

  *) mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3
     [but without: and change the compiled-in default for SSL[Proxy]Protocol
                   to "all -SSLv3", in accordance with RFC 7568]