commit | b8ce505c6f0b202ccdb8e512fed0888652ed5b12 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Aug 31 16:11:57 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 01 10:55:14 2020 +0200 |
tree | 8a9e74be17f143d988bcadce6ceb5737b2913310 | |
parent | 7d518454bb501659e8b13f38c22d216f5485be34 [diff] |
MINOR: http-htx: Add an option to eval query-string when the path is replaced The http_replace_req_path() function now takes a third argument to evaluate the query-string as part of the path or to preserve it. If <with_qs> is set, the query-string is replaced with the path. Otherwise, only the path is replaced. This patch is mandatory to fix issue #829. The next commit depends on it. So be carefull during backports.