From e850b8b729f4cab337eee4ec9238635120bafd45 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 6 May 2009 18:17:12 +0000 Subject: [PATCH] Commit no-op/comment to allow proposed backport to apply cleanly' proxy_util.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@772388 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 24f5aa2212d..d3ec39aba45 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1076,6 +1076,9 @@ PROXY_DECLARE(const char *) ap_proxy_location_reverse_map(request_rec *r, * find the particulars of the actual worker which may * or may not be the right one... basically, we need * to find which member actually handled this request. + * + * TODO: Recover the path from real and use that + * for more exact matching */ if ((strncasecmp(real, "balancer:", 9) == 0) && (balancer = ap_proxy_get_balancer(r->pool, sconf, real))) { -- 2.47.3