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=24327>.
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=24327

MS Proxy with NTLM authentication set up does not work





------- Additional Comments From [EMAIL PROTECTED]  2003-11-03 12:10 -------
If I make the following change in HttpMethodBase at line 2449

instead of

            || (status == 304) ) { // NOT MODIFIED

put this

            || (status == 304) || )(status == 407 ) { // NOT MODIFIED

I get the page correctly. I've created another attachment to show that. It shows
that the credentials I'm using are correct, not that this should be the best
method to solve the problem.

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

Reply via email to