Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: doxia-integration-tools-1.4
-
Fix Version/s: None
-
Component/s: Doxia Integration Tools
-
Labels:None
-
Number of attachments :
Description
See MSITE-600: for the two method parameters from = "scp://localhost:/tmp/blop" and to = "file:///tmp/bloop" the result is a relative path that is plain nonsense. It should return just the 'to' argument, since both paths are absolute.
Issue Links
- is depended upon by
-
MSITE-600
site plugin 3.0 does not permit a child to fully override parent site deployment URL
-
- is duplicated by
-
MSHARED-275
Non file URLs with other schemes are getting relative URLs when it may not be supported
-
Added a test case in r1159522. Note that removing one slash from the file URL gives the correct result (i.e. the absolute 'to' is returned), however, this not the correct way to specify a file URL.