]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Note that URI normalization is experimental
authorTim Duesterhus <tim@bastelstu.be>
Fri, 16 Apr 2021 22:24:56 +0000 (00:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Apr 2021 07:05:57 +0000 (09:05 +0200)
Add a paragraph to the URI normalization documentation that URI normalization
is currently considered to be experimental.

doc/configuration.txt

index 520db412679e38aa91e043d22a556d82132b21e1..ce96c44e74044fc18320ebc047eccec44a45fc05 100644 (file)
@@ -6019,6 +6019,11 @@ http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
 
   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.