commit | 9bb49f6906eafed0eb0fde01cd403089a502a101 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 24 16:37:12 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 24 16:38:48 2015 +0200 |
tree | 76b61f0a1d8e23e7c867038d259f4685876823df | |
parent | d7bdcb874bcbd82737e51f080b9b0092863399f9 [diff] |
BUG/MEDIUM: acl: always accept match "found" The pattern match "found" fails to parse on binary type samples. The reason is that it presents itself as an integer type which bin cannot be cast into. We must always accept this match since it validates anything on input regardless of the type. Let's just relax the parser to accept it. This problem might also exist in 1.5. (cherry picked from commit 91cc2368a73198bddc3e140d267cce4ee08cf20e)