You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/12/12 19:39:50 UTC

DO NOT REPLY [Bug 25040] - digest auth doesn't play well with subrequests

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 jerenkrantz@apache.org  2003-12-12 18:39 -------
I think Fitz has it reversed.

mod_auth_digest needs to use the uri of r->main, not of the subreq because the hashed nonce will 
be off of the original request's URI.  Right now, I think it's using the subreq's uri (i.e. r->uri), but 
that isn't what the user sent.  Hence, it can't compute the 'same' hash.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org