Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-6
-
None
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.
Attachments
Issue Links
- is depended upon by
-
MSITE-477 <menu ref="modules"/> href's drop the leading character in the href when staging a site
- Closed