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=11988>. 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=11988 force-response-1.0 ingored if request uses HTTP/1.1 ------- Additional Comments From [EMAIL PROTECTED] 2002-08-24 01:34 ------- As I understood the documentation, downgrade-1.0 means "client says it uses 1.1 but it is incorrect, just pretend it said 1.0" while force-response-1.0 stands for "use 1.0 in response even if normally you would choose 1.1". Probably downgrade-1.0 would solve my problem as well but I thought force-response-1.0 would be more apropriate solution. My problem is like this: When using basic authentication on my site with Mozilla and MSIE (lynx and Konqueror are OK), the client gets the first response (code 401) but does not show the password dialog. When I force the client to use HTTP/1.0 everything works right. When the server sends response in HTTP/1.0 everything works right. I have to find out whether the bug is on the server or client side. Before that I need my site to work and the easiest way is to force the server response to be always HTTP/1.0 (for the directory where authentication is required). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
