commit | 59ad9d65939c07e5dc83332b68817a1cdcf80729 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Mon Jan 27 16:04:43 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 27 16:23:01 2014 +0100 |
tree | 225dcac16e4e95e1365e02784e3fcceb69b6fbef | |
parent | 25002d206bcf61a766b0cd75f2d9b34a1c77ede4 [diff] |
BUG/MEDIUM: pattern: "pat_parse_dotted_ver()" set bad expect_type. This is a regression introducted by the patches "MINOR: pattern: Each pattern sets the expected input type" and "MEDIUM: acl: Last patch change the output type". The expected value is SMP_T_CSTR in place of SMP_T_UINT. This bug impact all the acl using the parser "pat_parse_dotted_ver()". The two acl are "req_ssl_ver()" and "req.ssl_ver()". This is a recent bug, no backport is needed.