summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-17 15:56:28 +0200
committerStefan Fritsch <sf@apache.org>2011-07-17 15:56:28 +0200
commit481fac5ce2f395fb029eb1c92e92835733e3f648 (patch)
treea6de57154acf1039854c7ab69d9d0afb118526c9 /CHANGES
parentFix parsing of Content-Length in type maps (diff)
downloadapache2-481fac5ce2f395fb029eb1c92e92835733e3f648.tar.xz
apache2-481fac5ce2f395fb029eb1c92e92835733e3f648.zip
Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as
mandated by RFC 3875 PR: 26005 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eab33cecbf..00ea760bdb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
Changes with Apache 2.3.14
+ *) core, mod_rewrite, mod_ssl, mod_nw_ssl: Make the SERVER_NAME variable
+ include [ ] for literal IPv6 addresses, as mandated by RFC 3875.
+ PR 26005. [Stefan Fritsch]
+
*) mod_negotiation: Fix parsing of Content-Length in type maps. PR 42203.
[Nagae Hidetake <nagae eagan jp>]