Commit 3daee3f159a1f962278e6f92572b7749b2b2babb

Daniel Veillard 2017-08-28T21:12:14

Problem resolving relative URIs Raised by Matthias Pigulla <mp@webfactory.de> In a nutshell we had that bug on URI composition after some fixes in the area of localhost empty shortcuts : ./testURI --base file:///some/where file Without patch: file:/some/file With patch: file:///some/file