MINOR: http-rules: Add set-pathq and replace-pathq actions
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Sep 2020 15:17:44 +0000 (17:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Sep 2020 09:41:46 +0000 (11:41 +0200)
commit312294f53def4f9057fce71f53c5a15e128b0327
tree64fd8312a2f55de0016da189ed08b7d6af115c48
parent82c8332be058d79ce0b97151cd312ea5e43a4356
MINOR: http-rules: Add set-pathq and replace-pathq actions

These actions do the same as corresponding "-path" versions except the
query-string is included to the manipulated request path. This means set-pathq
action replaces the path and the query-string and replace-pathq action matches
and replace the path including the query-string.

This patch may be backported to 2.2.
doc/configuration.txt
src/http_act.c
src/http_ana.c