DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37988>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37988 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-22 20:36 ------- > The fact that both Apache HTTPD and MS IIS do not choke on it does not make > the > request valid. See: > > RFC2616 > ======= > 5.1.2 Request-URI > ... > The most common form of Request-URI is that used to identify a > resource on an origin server or gateway. In this case the absolute > path of the URI MUST be transmitted (see section 3.2.1, abs_path) as > the Request-URI, and the network location of the URI (authority) MUST > be transmitted in a Host header field. For example, a client wishing > to retrieve the resource above directly from the origin server would > create a TCP connection to port 80 of the host "www.w3.org" and send > the lines: > > GET /pub/WWW/TheProject.html HTTP/1.1 > Host: www.w3.org > > Oleg I see that it is not according to the RFC. However, since it is a common way to access, for instance, an FTP site ia a HTTP-proxy (such as Squid or ISA), I'd say that this is still inconvenient that this method is not supported by httpclient. Perhaps it should not be default behaviour, but it would be nice to have an option to enable this feature. Do you think that would be an option? I can make a patch for this, after we decide which method to use to activate this behaviour. What is your opinion on this approach? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
