]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] http: use correct ACL pointer when evaluating authentication
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Jan 2011 15:44:39 +0000 (16:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 13 Feb 2011 11:18:22 +0000 (12:18 +0100)
commit910ef306bc98f061cfa74c253b5714f6161b6f7b
tree8297001a6b2cc436fc63b68eb6a8e5a6c645912c
parent8f2a1e72bebea700f37add40997b716fdfd86b9c
[BUG] http: use correct ACL pointer when evaluating authentication

req_acl was used instead of req_acl_final. As a matter of luck, both
happen to be the same at this point, but this is not granted in the
future.

This fix should be backported to 1.4.
src/proto_http.c