]> granicus.if.org Git - apache/commitdiff
Move chunk-size fix to SHOWSTOPPERS and try to improve SSLCertificateChainFile
authorYann Ylavic <ylavic@apache.org>
Mon, 15 Jun 2015 11:22:18 +0000 (11:22 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 15 Jun 2015 11:22:18 +0000 (11:22 +0000)
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

diff --git a/STATUS b/STATUS
index 60f192e5ed8439432f2894713b78ad341f5f1e01..831b4bf4d886836b8f765581026ffa1d1e3e0f29 100644 (file)
--- 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