On Fri, Jun 20, 2014 at 1:21 AM, Christophe JAILLET <[email protected]> wrote: > Hi, > > while looking at backport candidate to synch 2.4 and trunk, I found this > commit. > > It seems harmless to me, so could be a good candidate. > Actually, it should be no use in module provided with apache, because none > seems to use AUTH_HANDLED. > So I assume that restoring this behavior was dedicated to 3rd party module. > > > However, I've looked at 2.2 (i.e. 2.2.x dev branch) but did not find any > AUTH_HANDLED in the code. > Even "->ststus" is not part of mod_auth_basic.c and mod_auth_digest.c. > > So I don't see how it "Restore support for the AUTH_HANDLED return code in > AUTHN providers, like in 2.2" > > > Could you please elaborate? > Was it done elsewhere or another way?
It turns out this was never in 2.2, but it is something that had been added IBM's 2.2 distribution of Apache. I mistook it for a 2.2/2.4 difference while porting to 2.4
