]> granicus.if.org Git - apache/commit
Fix a problem where we are doing a case insensitive
authorJim Jagielski <jim@apache.org>
Mon, 31 Oct 2005 16:31:29 +0000 (16:31 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 31 Oct 2005 16:31:29 +0000 (16:31 +0000)
commit9ab108491ebba2cdc4e9fd6256cae56d0a003ad5
treeea55332998cdfa6104370c54059776f654cd3e7d
parentabc0d7d0569a20ab1f6a17d6e601681b841b041c
Fix a problem where we are doing a case insensitive
match between the worker and the URL. Instead, only
the scheme and hostname are insensitive, the rest
should be case sensitive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@329849 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_util.c