commit | e3ded59706cd8ad6d4739ab94c67be886ab61b58 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Fri Dec 06 15:36:54 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 12 15:42:11 2013 +0100 |
tree | 75d533d9f64d8a4229479a69f09602074308847e | |
parent | cc0e0b3dbbb09906daee933b845d120e46ae1747 [diff] |
MEDIUM: acl: Last patch change the output type This patch remove the compatibility check from the input type and the match method. Now, it checks if a casts from the input type to output type exists and the pattern_exec_match() function apply casts before each pattern matching.