Commit 7d5ce48b authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Propose SSLCertificateChainFile deprecation warning proposal.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685781 13f79535-47bb-0310-9956-ffa450edef68
parent bf384dc7
Loading
Loading
Loading
Loading
+5 −12
Changes for STATUS: 5 added lines, 12 removed lines.
Original line number Diff line number Diff line
@@ -113,6 +113,11 @@ RELEASE SHOWSTOPPERS:
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked.patch
     +1: ylavic

  *) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
     trunk patch: http://svn.apache.org/r1685779
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic


PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -121,18 +126,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]

  *) mod_ssl: Reduce to informative the log message about deprecated
     SSLCertificateChainFile, once at startup, for the first usage only,
     and when "-e info" is used in the command line.
     trunk patch: http://svn.apache.org/r1685052
                  http://svn.apache.org/r1685078
                  http://svn.apache.org/r1685097
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-deprecated_SSLCertificateChainFile_once.patch
                  trunk works (modulo CHANGES, above is a review patch only)
     +1: trawick, gsmith
     ylavic: self -1 for now since the consensus is to remove
             the message completely, will make a new proposal.

   * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
     and ProxyMatch section to distinguish between normal workers and workers
     with regex substitutions in the name. Implement handling of such workers