https://issues.apache.org/bugzilla/show_bug.cgi?id=52865
--- Comment #4 from Tianyin Xu <[email protected]> 2012-03-12 10:02:03 UTC --- (In reply to comment #2) > 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? by the way, could you also explain a little bit about the problem? thanks a lot! -- 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]
