On Thu, Feb 12, 2009 at 12:23:22PM +0100, Hofmann Johannes wrote:
Hi,
if I'm interpreting http://www.w3.org/Addressing/rfc1808.txt correctly (check "5.1. Normal Examples"), dillo does not handle relative urls with queries correctly. In case of queries it truncates the filename. Anchors are handled correctly. You can see the difference here:
<a href="#foo">#foo</a> <a href="?foo=bar">?foo=bar</a>
Yes, dillo doesn't follow rfc1808.txt. Dillo follows rfc2396 which updates rfc1808. This particular case was changed by it. It took me some time to review the issue. A long time ago I made a test program for the URL resolver that tests all the examples in rfc2396. The riddle became clear once I reviewed its tests and the result for this case was different. ;) -- Cheers Jorge.-