MCPcopy Create free account
hub / github.com/apache/httpd / hook_note_cookie_auth_failure

Function hook_note_cookie_auth_failure

modules/aaa/mod_auth_form.c:419–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419static int hook_note_cookie_auth_failure(request_rec * r,
420 const char *auth_type)
421{
422 if (ap_cstr_casecmp(auth_type, "form"))
423 return DECLINED;
424
425 note_cookie_auth_failure(r);
426 return OK;
427}
428
429/**
430 * Set the auth username and password into the main request

Callers

nothing calls this directly

Calls 2

ap_cstr_casecmpFunction · 0.85
note_cookie_auth_failureFunction · 0.85

Tested by

no test coverage detected