commit | 06170c50ae5cd0fb23510b832826f7e63a5a8894 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Mon Mar 16 23:23:53 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 17 11:49:33 2015 +0100 |
tree | 9eb19b4cb3694c8edbbff313bd730f0870d241e2 | |
parent | 8e05ac2044c6523c867ceaaae1f10486370eec89 [diff] |
BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax These function used an invalid header parser. - The trailing white-spaces were embedded in the replacement regex, - The double-quote (") containing comma (,) were not respected. This patch replace this parser by the "official" parser http_find_header2(). (cherry picked from commit 191f9efdc58f21af1d9dde3db5ba198d7f1ce22e)