]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow for proxy servlet mapping at pre_translate_name stage.
authorYann Ylavic <ylavic@apache.org>
Mon, 22 Jun 2020 10:37:41 +0000 (10:37 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 22 Jun 2020 10:37:41 +0000 (10:37 +0000)
commitd8848084e32dfcf00b7cc6b8cd4f12de3cd1426e
tree1e34cfbd25a88061c2099e8a3b3f43e81dd633bb
parent6b3b91a616b4848ee134ef902c785a7b2c0dd453
Allow for proxy servlet mapping at pre_translate_name stage.

Provide alias_match_servlet(), the servlet counterpart of alias_match(),
which maps the request URI-path to the ProxyPass alias ignoring path
parameters, while still forwarding them (above the alias).

This is needed to proxy servlet URIs for application handled by Tomcat,
which can then make use of the path/segments parameters.

Github: closes #128

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879080 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy.h