]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: patterns: -i and -n are ignored for inlined patterns
authorWilly Tarreau <w@1wt.eu>
Sat, 26 Apr 2014 21:33:51 +0000 (23:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Apr 2014 07:21:08 +0000 (09:21 +0200)
commita631fc8de8786fee15c83b33aae81dabe3a5f1a3
treea0094d0d189cef55730efd6a06508dc9ab628d90
parent3b786968584b57659e86964739283b55acfc49da
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.
include/proto/pattern.h
src/acl.c
src/dumpstats.c
src/pattern.c
src/proto_http.c