summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-r1365604.patch
blob: d7b962f3333630c8495782d509f4eb52f4c73257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ./pullrev.sh 1365604

http://svn.apache.org/viewvc?view=revision&revision=1365604

--- httpd-2.4.2/modules/proxy/proxy_util.c
+++ httpd-2.4.2/modules/proxy/proxy_util.c
@@ -852,7 +852,7 @@
             (balancer = ap_proxy_get_balancer(r->pool, sconf, real, 1))) {
             int n, l3 = 0;
             proxy_worker **worker = (proxy_worker **)balancer->workers->elts;
-            const char *urlpart = ap_strchr_c(real, '/');
+            const char *urlpart = ap_strchr_c(real + sizeof(BALANCER_PREFIX) - 1, '/');
             if (urlpart) {
                 if (!urlpart[1])
                     urlpart = NULL;