From 806ced01cf87d044210c54bcd6c5292100be0402 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Mon, 15 Jun 2015 11:22:18 +0000 Subject: [PATCH] Move chunk-size fix to SHOWSTOPPERS and try to improve SSLCertificateChainFile info (=> warning) proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685548 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/STATUS b/STATUS index 60f192e5ed..831b4bf4d8 100644 --- a/STATUS +++ b/STATUS @@ -103,19 +103,34 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + *) core: Allow spaces after chunk-size for compatibility with implementations + using a pre-filled buffer, and log parsing failures at level INFO. + trunk patch: http://svn.apache.org/r1685339 + http://svn.apache.org/r1685345 + http://svn.apache.org/r1685347 + http://svn.apache.org/r1685349 + http://svn.apache.org/r1685350 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked.patch + +1: ylavic + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup, - on first usage only. + *) 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: ylavic, trawick, gsmith - + ylavic: ++1 with the below (from gsmith, not committed in trunk yet), + since the warning (once) seems to be acceptable: + http://people.apache.org/~ylavic/httpd-SSLCertificateChainFile_warn_once.patch + Otherwise, the CHANGES entry needs to updated to something like + this proposal's (new) description... PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -208,15 +223,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic - *) core: Allow spaces after chunk-size for compatibility with implementations - using a pre-filled buffer, and log parsing failures at level INFO. - trunk patch: http://svn.apache.org/r1685339 - http://svn.apache.org/r1685345 - http://svn.apache.org/r1685347 - http://svn.apache.org/r1685349 - http://svn.apache.org/r1685350 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked.patch - +1: ylavic PATCHES/ISSUES THAT ARE BEING WORKED -- 2.40.0