]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove <Proxy ~ wildcard-url> syntax which:
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 19 Dec 2013 04:53:15 +0000 (04:53 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 19 Dec 2013 04:53:15 +0000 (04:53 +0000)
commite711388a5c70fb03674a929cdd8ca77098392103
tree8545c629fe6a748abb8a3879fed061d87712e052
parent0943ca69ade03dc443f6886a17471dafcd919ab6
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
CHANGES
modules/proxy/mod_proxy.c