]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Restore support for the AUTH_HANDLED return code in AUTHN providers,
authorEric Covener <covener@apache.org>
Wed, 3 Jul 2013 12:13:50 +0000 (12:13 +0000)
committerEric Covener <covener@apache.org>
Wed, 3 Jul 2013 12:13:50 +0000 (12:13 +0000)
commit7fbc93eac7f9af34b52ced5c824867e211d01ef6
tree03a0552861855bcfb530834417a9be0c697d3215
parente4e1533f6aa68f7b7a1bab424558f88892a32d1a
Restore support for the AUTH_HANDLED return code in AUTHN providers,
like in 2.2, which allows authn provider to return their own status
in r->status (custom error code, or return a redirect)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1499351 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/mod_auth.h
modules/aaa/mod_auth_basic.c
modules/aaa/mod_auth_digest.c