mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Fix PR36906 by not lower caseing the whole worker name. Only lower case the
schema when storing the worker url. Thus preventing case sensitive URI's in BalancerMembers to get broken. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1435,7 +1435,6 @@ static const char *add_member(cmd_parms *cmd, void *dummy, const char *arg)
|
||||
return "BalancerMember must define remote proxy server";
|
||||
|
||||
ap_str_tolower(path); /* lowercase scheme://hostname */
|
||||
ap_str_tolower(name); /* lowercase scheme://hostname */
|
||||
|
||||
/* Try to find existing worker */
|
||||
worker = ap_proxy_get_worker(cmd->temp_pool, conf, name);
|
||||
|
Reference in New Issue
Block a user