Re: Bug in relative URL handling

2003-01-24 Thread Gary Hargrave
--- Kalin KOZHUHAROV [EMAIL PROTECTED] wrote: Well, I am sure it is wrong URL, but took some time till I pinpoint it in RFC1808. Otherwise it would be very difficult to code URL parser. What you actually try to convince us is that you can omit the net-location (i.e. usually comes in the

Bug in relative URL handling

2003-01-23 Thread Gary Hargrave
wget does not seem to handle relative links in web pages of the form http:page3.html According to my understanding of rfc1808 this is a valid URL. When recursively retrieving html pages wget ignores these links with out displaying an error or warning. Gary