commit | 718e2a73a2f919f921b0dc4b0e46727718256831 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Sun Dec 20 20:13:14 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 20 23:13:01 2015 +0100 |
tree | 2e7292eee730f309126544c93ff2194768704f60 | |
parent | d93ea2b603f4ecae2c8139deb9483e7c9d4ffc17 [diff] |
BUG/MEDIUM: lua: Forbid HTTP applets from being called from tcp rulesets HTTP applets request requires everything initilized by "http_process_request" (analyzer flag AN_REQ_HTTP_INNER). The applet will be immediately initilized, but its before the call of this analyzer. Due to this problem HTTP applets could be called with uncompletely initialized http_txn. This fix must be backported to 1.6.