Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-6
-
Fix Version/s: 1.0-beta-7
-
Component/s: wagon-provider-api
-
Labels:None
-
Number of attachments :
Description
PathUtils.basedir(String url) currently expects the url to contain the string "://". But this is not always true, see linked issue in the Site Plugin for the full use case. The result is that the returned value is off-by-one in the call substring(). This should be handled gracefully, to allow for urls without a protocol.
Issue Links
- is depended upon by
-
MSITE-477
<menu ref="modules"/> href's drop the leading character in the href when staging a site
-
Fixed in r944139.