]> granicus.if.org Git - apache/commit
Merge r1552227 from trunk:
authorJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:15:08 +0000 (16:15 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:15:08 +0000 (16:15 +0000)
commit823fb7ec4a7815faf70bfe42855112fb227b29bd
tree0f5513aaa3bdb58d867202973b8749080384624c
parent858b4b4cbe770fd771d3906143aa27cf667f61e1
Merge r1552227 from trunk:

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)
Submitted by: jailletc36
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555552 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy.c