commit | c62a0c6adca15879827b417a2ff8efaa2724737c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 28 20:42:57 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 29 19:15:55 2014 +0200 |
tree | dec36a012d8ac95002ab62476484bdcb695bb158 | |
parent | d6ec605d2059191163cad27b7d7b215ed8d3725b [diff] |
BUG/MEDIUM: http: fix inverted condition in pat_match_meth() This results in a string-based HTTP method match returning true when it doesn't match and conversely. This bug was reported by Joe Williams. The fix must be backported to 1.5, though it still doesn't work because of at least 3-4 other bugs in the long path which leads to building this pattern list. (cherry picked from commit 4de2a94165f25136b2b42933f17601479800bbc1)