From: William A. Rowe Jr Date: Mon, 14 Nov 2016 18:57:12 +0000 (+0000) Subject: Add an entry about RFC strictness X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=111e0192e7b9093c2396bc18a444f7151d9899b1;p=thirdparty%2Fapache%2Fhttpd.git Add an entry about RFC strictness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1769675 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f3fbbc1207f..5b68b083873 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.4.24 + *) Enforce http request grammer corresponding to RFC7230 for request lines + and request headers [William Rowe, Stefan Fritsch] + *) core: New directive HttpProtocolOptions to control httpd enforcement of various RFC7230 requirements. [Stefan Fritsch, William Rowe]