Commit 8e2d0d1f authored by Yann Ylavic's avatar Yann Ylavic
Browse files

That one is accepted now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1686270 13f79535-47bb-0310-9956-ffa450edef68
parent ca4de41b
Loading
Loading
Loading
Loading
+4 −4
Changes for STATUS: 4 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -103,6 +103,10 @@ CURRENT RELEASE NOTES:

RELEASE SHOWSTOPPERS:


PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) 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/r1685345
@@ -112,10 +116,6 @@ RELEASE SHOWSTOPPERS:
     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked-v3.patch
     +1: ylavic, trawick (v3), wrowe (v3)


PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) mod_charset_lite, mod_ext_filter:  Avoid inadvertent filtering of protocol
     data during read of chunked request bodies. PR 58049.
     trunk patch: http://svn.apache.org/r1686085