commit | 379ceeaaebb2bfa9bae77cc1635ac6299b72791e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jul 16 16:18:03 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 16 19:18:41 2021 +0200 |
tree | dd32f04b9df612c59d7b476747ded217b614c113 | |
parent | f869095df90b18964cc2f7e47e9a137f9febf577 [diff] |
MEDIUM: cfgcond: report invalid trailing chars after expressions Random characters placed after a configuration predicate currently do not report an error. This is a problem because extra parenthesis, commas or even other random left-over chars may accidently appear there. Let's now report an error when this happens. This is marked MEDIUM because it may break otherwise working configs which are faulty.