commit | 68a897b2beb366c777e593eaf022447228ac3808 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 03 23:28:34 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 06 13:25:23 2009 +0100 |
tree | db6d7f14dde8f4f5d51d159a8a3169c3f06eeb95 | |
parent | 4d187ac35081d3e5684cbb5dd97cbc5eaa89fcde [diff] |
[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)