From: William A. Rowe Jr Date: Mon, 14 Nov 2016 18:54:42 +0000 (+0000) Subject: Clean up CHANGES for clarity X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ba5aff837bb0e1ee7952dd56993e8a1f33f342;p=thirdparty%2Fapache%2Fhttpd.git Clean up CHANGES for clarity git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1769674 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 3bfbae6ce72..f3fbbc1207f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,24 +2,21 @@ Changes with Apache 2.4.24 + *) core: New directive HttpProtocolOptions to control httpd enforcement + of various RFC7230 requirements. [Stefan Fritsch, William Rowe] + *) core: Permit unencoded ';' characters to appear in proxy requests and Location: response headers. Corresponds to modern browser behavior. [William Rowe] *) core: ap_rgetline_core now pulls from r->proto_input_filters. - *) core, http: Extend HttpProtocol with an option to enforce stricter HTTP - conformance or to only log the found problems. [Stefan Fritsch] - *) core: Correctly parse an IPv6 literal host specification in an absolute URL in the request line. [Stefan Fritsch] *) core: New directive RegisterHttpMethod for registering non-standard HTTP methods. [Stefan Fritsch] - *) core: New directive HttpProtocol which allows to disable HTTP/0.9 - support. [Stefan Fritsch] - *) mod_http2: unannounced and multiple interim responses (status code < 200) are parsed and forwarded to client until a final response arrives. [Stefan Eissing]