commit | b3048837549f1176a37d7db74613d8937d920b8f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed May 27 15:26:43 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 28 15:07:20 2020 +0200 |
tree | 27e717c49b03f470262f3164daa2f85f2f147bea | |
parent | 612f2eafe907a4a6c07486274c90dc867e4e9e95 [diff] |
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.