summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2013-12-19 05:53:15 +0100
committerChristophe Jaillet <jailletc36@apache.org>2013-12-19 05:53:15 +0100
commitd7dd87bf21da03c3728fb883825a27cff7519834 (patch)
tree8545c629fe6a748abb8a3879fed061d87712e052 /CHANGES
parentThis is annoying to see in a casual "LogLevel debug foo:traceX ..." (diff)
downloadapache2-d7dd87bf21da03c3728fb883825a27cff7519834.tar.xz
apache2-d7dd87bf21da03c3728fb883825a27cff7519834.zip
Remove <Proxy ~ wildcard-url> syntax which:
- is equivalent to <ProxyMatch wildcard-url> - has never been documented - incorrectly checks parameters (!cmd->path should be !cmd->path[0]) - is buggy (! is missing in front of strncasecmp) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1552227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e45c5e4108..1487c68b87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy: Remove <Proxy ~ wildcard-url> syntax which:
+ - is equivalent to <ProxyMatch wildcard-url>
+ - has never been documented
+ - incorrectly checks parameters
+ - is buggy
+ [Christophe Jaillet]
+
*) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
5+ instead of just for FreeBSD 5. PR 53824. [Jeff Trawick]