commit | a631fc8de8786fee15c83b33aae81dabe3a5f1a3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 26 23:33:51 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 27 09:21:08 2014 +0200 |
tree | a0094d0d189cef55730efd6a06508dc9ab628d90 | |
parent | 3b786968584b57659e86964739283b55acfc49da [diff] |
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns These flags are only passed to pattern_read_from_file() which loads the patterns from a file. The functions used to parse the patterns from the current line do not provide the means to pass the pattern flags so they're lost. This issue was introduced in dev23 with the major pattern rework, and was reported by Graham Morley. No backport is needed.