]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add an entry about RFC strictness
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Nov 2016 18:57:12 +0000 (18:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 14 Nov 2016 18:57:12 +0000 (18:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1769675 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f3fbbc1207f29119c78345bce83b113982aa4842..5b68b08387381972a36662e7a41df901b3d83831 100644 (file)
--- 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]