Commit 09635642 authored by Ruediger Pluem's avatar Ruediger Pluem
Browse files

* Vote and promote

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747050 13f79535-47bb-0310-9956-ffa450edef68
parent 30f4a292
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -131,6 +131,20 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: icing, jim, covener

  *) Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], 
     such that disabling either disables both, and that enabling either will
     trigger the more comprehensive SSLProxyCheckPeerName behavior.
     Only a single configuration remains to enable the legacy behavior, which is
     to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
     2.4.x patch: https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
     icing: raw patch version https://raw.githubusercontent.com/wrowe/patches/master/fix_proxy_check_peer-2.4.x.patch
     +1: wrowe, icing, rpluem

  *) core: improve error message when docroot is unreadable.
     trunk patch: http://svn.apache.org/r1506474
     2.4.x patch: trunk works
     +1: jorton, covener, rpluem


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -222,26 +236,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: gsmith,
     +0: wrowe [I did not observe such issues, and will review the patch/issue]

  *) Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], 
     such that disabling either disables both, and that enabling either will
     trigger the more comprehensive SSLProxyCheckPeerName behavior.
     Only a single configuration remains to enable the legacy behavior, which is
     to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
     2.4.x patch: https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
     icing: raw patch version https://raw.githubusercontent.com/wrowe/patches/master/fix_proxy_check_peer-2.4.x.patch
     +1: wrowe, icing

  *) mod_userdir: Constify and save a few bytes in the conf pool when parsing
     "UserDir" directive
     trunk patch: http://svn.apache.org/r1745835
     2.4.x: trunk works
     +1: jailletc36

  *) core: improve error message when docroot is unreadable.
     trunk patch: http://svn.apache.org/r1506474
     2.4.x patch: trunk works
     +1: jorton, covener

PATCHES/ISSUES THAT ARE BEING WORKED

  *) http: Don't remove the Content-Length of zero from a HEAD response if