diff options
author | Stefan Fritsch <sf@apache.org> | 2011-07-17 15:56:28 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-07-17 15:56:28 +0200 |
commit | 481fac5ce2f395fb029eb1c92e92835733e3f648 (patch) | |
tree | a6de57154acf1039854c7ab69d9d0afb118526c9 /CHANGES | |
parent | Fix parsing of Content-Length in type maps (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>] |