https://issues.apache.org/bugzilla/show_bug.cgi?id=52865
--- Comment #2 from Stefan Fritsch <[email protected]> 2012-03-12 01:06:14 UTC --- It seems AuthnProviderAlias breaks some assumption in create_digest_dir_config(). The crash does not happen if I remove these lines: --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -454,10 +454,6 @@ static void *create_digest_dir_config(apr_pool_t *p, char *dir) { digest_config_rec *conf; - if (dir == NULL) { - return NULL; - } - conf = (digest_config_rec *) apr_pcalloc(p, sizeof(digest_config_rec)); if (conf) { conf->qop_list = apr_palloc(p, sizeof(char*)); I haven't tested if this makes AuthnProviderAlias actually work, though. Can you try it? -- 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]
