]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] redirect: add support for "set-cookie" and "clear-cookie"
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Nov 2008 20:07:09 +0000 (21:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 7 Dec 2008 22:46:38 +0000 (23:46 +0100)
commit0140f2553cc92ffc93d2045618ee48afd0a5cf0d
treeced9acac0e9eb48e4b4955a4180f3d4c60d43f69
parent79da4697ca0b70059464633cea3f10c40b76423a
[MINOR] redirect: add support for "set-cookie" and "clear-cookie"

It is now possible to set or clear a cookie during a redirection. This
is useful for logout pages, or for protecting against some DoSes. Check
the documentation for the options supported by the "redirect" keyword.

(cherry-picked from commit 4af993822e880d8c932f4ad6920db4c9242b0981)
doc/configuration.txt
include/types/proxy.h
src/cfgparse.c
src/proto_http.c
tests/test-redirect.cfg