]> granicus.if.org Git - apache/commitdiff
Ensure casing doesn't matter... (we know balancer->s->name is
authorJim Jagielski <jim@apache.org>
Tue, 29 Nov 2011 21:14:47 +0000 (21:14 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 29 Nov 2011 21:14:47 +0000 (21:14 +0000)
lc)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208069 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index d8c45e5210bdfea79956beec2b143661910133f6..2af6768d18128c4da1dbc2b0028df2c0c5ca7c3d 100644 (file)
@@ -1300,6 +1300,7 @@ PROXY_DECLARE(proxy_balancer *) ap_proxy_get_balancer(apr_pool_t *p,
     int i;
     unsigned int hash;
 
+    ap_str_tolower(uri);
     c = strchr(uri, ':');
     if (c == NULL || c[1] != '/' || c[2] != '/' || c[3] == '\0') {
         return NULL;