]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: add a new "http-request replace-uri" action
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Jun 2019 15:44:02 +0000 (17:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Jun 2019 16:06:59 +0000 (18:06 +0200)
commit3381022d88764549aab91dcc1aeedf5e95580f76
treee846d0b5b96fe10815cff4b17755d1b34b556b16
parentc9515529a0918ba23f98a6451df249692e8793c5
MINOR: http: add a new "http-request replace-uri" action

This action is particularly convenient to replace some deprecated usees
of "reqrep". It takes a match and a format string including back-
references. The reqrep warning was updated to suggest it as well.
doc/configuration.txt
src/cfgparse-listen.c
src/http_act.c