--- modules/aaa/mod_auth_digest.c.dist Thu Oct 30 18:00:13 2003 +++ modules/aaa/mod_auth_digest.c Thu Oct 30 18:18:00 2003 @@ -1674,10 +1674,12 @@ /* or '*' matches empty path in scheme://host */ && !(d_uri.path && !r_uri.path && resp->psd_request_uri->hostname && d_uri.path[0] == '*' && d_uri.path[1] == '\0')) +#if 0 /* check that query matches */ || (d_uri.query != r_uri.query && (!d_uri.query || !r_uri.query || strcmp(d_uri.query, r_uri.query))) +#endif ) { ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "Digest: uri mismatch - <%s> does not match "