From: Tim Duesterhus Date: Fri, 16 Apr 2021 22:24:56 +0000 (+0200) Subject: DOC: Note that URI normalization is experimental X-Git-Tag: v2.4-dev17~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2963fd34f890b0fd04b26d3ba8f2c1932f2de313;p=thirdparty%2Fhaproxy.git DOC: Note that URI normalization is experimental Add a paragraph to the URI normalization documentation that URI normalization is currently considered to be experimental. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 520db41267..ce96c44e74 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6019,6 +6019,11 @@ http-request normalize-uri query-sort-by-name [ { if | unless } ] Performs normalization of the request's URI. + URI normalization in HAProxy 2.4 is currently available as an experimental + technical preview. You should be prepared that the behavior of normalizers + might change to fix possible issues, possibly breaking proper request + processing in your infrastructure. + Each normalizer handles a single type of normalization to allow for a fine-grained selection of the level of normalization that is appropriate for the supported backend.