]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: support passing multiple "domain" statements to cookies
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Dec 2009 22:28:34 +0000 (23:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Dec 2009 22:28:34 +0000 (23:28 +0100)
commit950245ca2b772fd6b99b8152c48c694ed0212857
tree84f20bca092bfee9d26a5ccdf6713eb86101219e
parentbaf78c8e03db8c2255aefb6e11b38b48d1ec5d34
[MINOR] config: support passing multiple "domain" statements to cookies

In some environments it is not possible to rely on any wildcard for a
domain name (eg: .com, .net, .fr...) so it is required to send multiple
domain extensions. (Un)fortunately the syntax check on the domain name
prevented that from being done the dirty way. So let's just build a
domain list when multiple domains are passed on the same line.
doc/configuration.txt
src/cfgparse.c