]> git.kaiwu.me - 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 23:00:03 +0000 (00:00 +0100)
commit30bb42d6453856da0b40e051af29a3d469881d14
tree211e8ea648a7b39d0954f62ccc2d89ff60da00a0
parentc9df2d730cb125842bba2a2995808fb3e3d4f44f
[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.

(cherry picked from commit 950245ca2b772fd6b99b8152c48c694ed0212857)
doc/configuration.txt
src/cfgparse.c