URL misses '/'

Hi,

When I call HTLoadAbsolute on "http://localhost", my link callback
is called for all links on http://localhost/index.html - as
I'd expect. But when I call HTAnchor_followMainLink on a passed-in
anchor (like libwww robot does it), I get wrong URL - it misses
the separator between parent URL and relative name in the page.
I. e. <a href=php/>php</a> in http://localhost/index.html gets
mangled into http://localhostphp/ . This happens whether I have
redirection filter installed or not, on a new snapshot of libwww.
Any ideas?

	Bye
		Vasek
--
I have a web spider, too!
http://www.locus.cz/linkcheck/

Received on Saturday, 10 July 1999 12:35:09 UTC