From: Willy Tarreau Date: Fri, 25 Nov 2022 08:27:15 +0000 (+0100) Subject: DOC: config: refer to section about quoting in the "add_item" converter X-Git-Tag: v2.7.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b143d110bf6b5fa65ba864e153f7cc0ee1c5ebac;p=thirdparty%2Fhaproxy.git DOC: config: refer to section about quoting in the "add_item" converter As requested by Nick in issue #1719, let's add a reference to the section about quoting there, since add_item() will often be used with commas and it's easy to mess up. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index cb3505a8e8..512ea78391 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -16873,7 +16873,8 @@ add_item(,[][,]]) sample string is empty before adding a delimiter. If commas or closing parenthesis are needed as delimiters, they must be protected by quotes or backslashes, themselves protected so that they are not stripped by the first - level parser. See examples below. + level parser (please see section 2.2 for quoting and escaping). See examples + below. Example: http-request set-var(req.tagged) 'var(req.tagged),add_item(",",req.score1,"(site1)") if src,in_table(site1)'