]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR : allow to log cookie for tarpit and denied request
authorBertrand Paquet <bertrand.paquet@gmail.com>
Wed, 6 Apr 2016 09:58:31 +0000 (11:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Apr 2016 12:58:41 +0000 (14:58 +0200)
commit83a2c3d4d71fc23b9c513b456d33cc7488dff99f
tree6f8010cd9cf197811921b591ce8620c68111cfa8
parent6f79aca33939a75ea68b1d256ba2dc06104b1cd2
BUG/MINOR : allow to log cookie for tarpit and denied request

The following patch allow to log cookie for tarpit and denied request.
This minor bug affect at least 1.5, 1.6 and 1.7 branch.

The solution is not perfect : may be the cookie processing
(manage_client_side_cookies) can be moved into http_process_req_common.
src/proto_http.c