https://issues.apache.org/bugzilla/show_bug.cgi?id=52865

--- Comment #6 from Tianyin Xu <[email protected]> 2012-03-13 00:28:50 UTC ---
(In reply to comment #5)
> mod_auth_digest tries to avoid allocating memory for its own config struct in
> global server context because AuthDigestShmemSize, which is its only directive
> allowed in that context, doesn't need the struct. This optimization breaks 
> with
> AuthnProviderAlias.
> 
> I don't know yet if the correct fix is to make AuthnProviderAlias simulate
> per-directory context, or if mod_auth_digest should be changed to either not
> make that optimization, or to detect global server context in a different way.
> 

Vielen Dank, Stefan!

I will take a look at this issue. Your information is helpful.

> Also, I am not familiar enough with AuthnProviderAlias to say if it should
> support AuthName and AuthType. If yes, then this is probably a different bug
> than the segfault. If no, AuthnProviderAlias should log an error if these
> directives are used. Maybe someone more familiar with AuthnProviderAlias could
> comment?

Hmmm... this should not be a big thing. There are already too many silent
behavior in current Apache :P

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to