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

--- Comment #3 from Tianyin Xu <[email protected]> 2012-03-12 09:04:58 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?


Yes, I tried. Now there's no segfault any more.
But actually directives like AuthName and AuthType has no effect in the
<AuthnProviderAlias> block.

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