commit | 912c119557873e8ae4835eff95f48fd4971a30cb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 29 15:15:50 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 29 15:15:50 2014 +0200 |
tree | 9ffd42a98e5bf0c846a9b58524abe6c01d9625e1 | |
parent | 4de2a94165f25136b2b42933f17601479800bbc1 [diff] |
BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs pat_parse_meth() had some remains of an early implementation attempt for the patterns, it initialises a trash and never sets the pattern value there. The result is that a non-standard method cannot be matched anymore. The bug appeared during the pattern rework in 1.5, so this fix must be backported there. Thanks to Joe Williams of GitHub for reporting the bug.