summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-11-04 14:14:59 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-11-04 14:14:59 +0000
commitfb3f938dd04df3d5893ccf77360af0fd28e74efc (patch)
tree3e6bcf1da6e799f6a94770cb32adda9c9236263f /CHANGES
parent14e341118d5e0ff9da26904fc83d29c3a9f7e4c6 (diff)
downloadhttpd-fb3f938dd04df3d5893ccf77360af0fd28e74efc.tar.gz
Correctly parse an IPv6 literal host specification in an absolute URL
in the request line. - Fix handling of brackets [ ] surrounding the IPv6 address. - Skip parsing r->hostname again if not necessary. - Do some checks that the IPv6 address is sane. This is not done by apr_parse_addr_port(). log client error at level debug, log broken Host header value Backports: r1407006, r1426827 Submitted by: sf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict@1768035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5744a1a91c..1649d8e085 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.4.24
+ *) 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]