commit | 8f7406e9b4025013e73cc63eb5c952a5cbc4c907 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 20 18:16:26 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:13 2012 +0200 |
tree | 51c497d380f35d563a73ceca8e74b02bf27981d7 | |
parent | b27c0d35dd198c5cd2264f681c4f2d20efbe2e75 [diff] |
MEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag This flag was used to force a boolean match even if there was no pattern to match. It was used only by http_auth() and designed only for this one. It's easier and cleaner to make the fetch function perform the test and report the boolean result as a few other functions already do. It simplifies the acl_exec_cond() logic and will help merging ACLs and patterns.