[MINOR] acl: don't report valid acls as potential mistakes
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Sun, 4 Oct 2009 22:23:35 +0000 (00:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2009 05:00:07 +0000 (07:00 +0200)
commit4cdd8314e949f1c31f86331a1122c3ec9ff7c233
treee136ddf6067a4195b7690143831eab709090731a
parentba255bc3c889cf8dd31b941ede6f8603ce8f758e
[MINOR] acl: don't report valid acls as potential mistakes

Commit 404e8ab4615d564a74f92a0d3822b0292dd6224f introduced
smart checking for stupid acl typos. However, now haproxy shows
the warning even for valid acls, like this one:
acl Cookie-X-NoAccel    hdr_reg(cookie) (^|\ |;)X-NoAccel=1(;|$)
src/acl.c