Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.1
-
None
Description
In several spots URIs are purely constructed with a local path instead using toUri(). Similar issues were present in SCM. One should use java.nio.file.Path#toUri() to get proper URIs.