summaryrefslogtreecommitdiffstats
path: root/httpd-2.4.2-r1365604.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-06 18:41:35 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-06 18:41:35 +0200
commit65e03b2d11ed6e42a421636e29b936edf78459d3 (patch)
tree8d5216a16547ccf2d7d35e64a9ccbad70e1f4b66 /httpd-2.4.2-r1365604.patch
parent761e59a409be2310f4242e80074e848faffb9f81 (diff)
httpd: sync with rawhide
Diffstat (limited to 'httpd-2.4.2-r1365604.patch')
-rw-r--r--httpd-2.4.2-r1365604.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/httpd-2.4.2-r1365604.patch b/httpd-2.4.2-r1365604.patch
new file mode 100644
index 0000000..d7b962f
--- /dev/null
+++ b/httpd-2.4.2-r1365604.patch
@@ -0,0 +1,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;