*** modules/aaa/mod_auth_digest.c.org 2002-07-10 15:01:09.000000000 +0900 --- modules/aaa/mod_auth_digest.c 2004-03-16 19:35:15.000000000 +0900 *************** *** 1773,1782 **** --- 1773,1784 ---- /* 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')) + #ifdef NOT_FOR_ME /* 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 "