]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http_auth: ACLs are volatile, not permanent
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Apr 2012 13:00:51 +0000 (15:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:10 +0000 (20:57 +0200)
commit7744e0cf43f73b9bb049aaa5dec423d40b96afb0
tree1c9bb31c8c1edb3914931592c87a3c02a7d00623
parentc0239e0425880bc178945845e7086f8aa643f55d
BUG/MINOR: http_auth: ACLs are volatile, not permanent

ACLs are volatile since they require a fetch of request buffer data which is
then copied to a temporary shared place. The issue is minor though since auth
is generally checked very early.
src/proto_http.c