Files
apache-http-server/include
Yann Ylavic 2f1f9c5df0 mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitution. PR 69233.
With "ProxyPassMatch ^/([^/]+)/(.*)$ https://$1/$2", ap_proxy_get_worker_ex()
should not consider the length of scheme://host part of the given URL because
of the globbing match on the host part.

Fix it by setting worker->s>is_host_matchable when creating a worker with host
substitution and avoiding the min_match check in worker_matches() in this case.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919617 13f79535-47bb-0310-9956-ffa450edef68
2024-08-01 11:35:26 +00:00
..
2024-03-30 21:10:59 +00:00
2024-06-24 17:19:44 +00:00
2023-06-09 11:18:02 +00:00
2022-05-08 12:31:31 +00:00
2024-07-16 15:56:54 +00:00
2022-04-13 07:40:17 +00:00