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

--- Comment #5 from Stefan Fritsch <[email protected]> 2012-03-12 19:44:30 UTC 
---
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.

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?

-- 
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