]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acl: parser must also stop at comma on ACL-only keywords
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 21:01:06 +0000 (22:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 21:01:06 +0000 (22:01 +0100)
commit4bfa4228dc82f8f96bc517364fd900bdc5095f0a
treecea590c4f71efa6e493db1de11d440bff2012e7f
parent02541e8be22c212493ceeb88a54ccd32190db36d
BUG/MINOR: acl: parser must also stop at comma on ACL-only keywords

Igor at owind reported that "url_reg,lower" does not parse because
find_acl_kw() looks for the parenthesis but not for the comma.
src/acl.c