diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-12-19 05:53:15 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-12-19 05:53:15 +0100 |
commit | d7dd87bf21da03c3728fb883825a27cff7519834 (patch) | |
tree | 8545c629fe6a748abb8a3879fed061d87712e052 /CHANGES | |
parent | This is annoying to see in a casual "LogLevel debug foo:traceX ..." (diff) | |
download | apache2-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-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |