]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Use an action function to eval http-request auth rules
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 May 2020 13:26:43 +0000 (15:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 May 2020 13:07:20 +0000 (15:07 +0200)
commitb3048837549f1176a37d7db74613d8937d920b8f
tree27e717c49b03f470262f3164daa2f85f2f147bea
parent612f2eafe907a4a6c07486274c90dc867e4e9e95
MINOR: http-rules: Use an action function to eval http-request auth rules

Now http-request auth rules are evaluated in a dedicated function and no longer
handled "in place" during the HTTP rules evaluation. Thus the action name
ACT_HTTP_REQ_AUTH is removed. In additionn, http_reply_40x_unauthorized() is
also removed. This part is now handled in the new action_ptr callback function.
include/types/action.h
src/http_act.c
src/http_ana.c