DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25040

digest auth doesn't play well with subrequests





------- Additional Comments From [EMAIL PROTECTED]  2004-01-14 14:18 -------
My subversion server already had a modified mod_auth_digest, so I went digging.
It looks like the subreq is already using fields of the main request to check 
the
digest, with one exception -- digest_header_rec does not have a method field.
When I get these authentication failures, the subreq method doesn't match the 
main
req's method.  I added that field, set it to r->method in
parse_hdr_and_update_nc(), and modified old_digest() and new_digest() to use
resp->method instead of r->method, and that fixed the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to