]> granicus.if.org Git - apache/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)
commitd7dd87bf21da03c3728fb883825a27cff7519834
tree8545c629fe6a748abb8a3879fed061d87712e052
parent5a63e124b675156f711685c83a0a8ceb0beae807
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