dot-segments in path component not handled correctly in URI
Brought to you by:
gisle
Consider the following code:
use URI;
print URI->new_abs('../dots.html', 'http://my.test.host/');
If I read RFC 3986, and in particular section 5.2.4,
correctly, then this should print (in accordance with
step 2A):
However, URI-1.35 prints: