URI icon indicating copy to clipboard operation
URI copied to clipboard

resolveReference missing root /

Open rbrewer123 opened this issue 14 years ago • 0 comments

This test code fails for me:

test = new URI("http://localhost:8080/foo.html"); assert.equal( test.resolveReference("foobar.html"), "http://localhost:8080/foobar.html", "resolveReference");

The incorrect output is (missing the root "/"): "http://localhost:8080foobar.html"

rbrewer123 avatar Apr 21 '11 05:04 rbrewer123