Fixed
Details
Assignee
Steve EbersoleSteve EbersoleReporter
Steve EbersoleSteve EbersoleTime tracking
3.3h loggedComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Steve Ebersole
Steve EbersoleReporter
Steve Ebersole
Steve EbersoleTime tracking
3.3h logged
Components
Fix versions
Affects versions
Priority
Created May 24, 2013 at 4:30 PM
Updated May 29, 2013 at 5:34 PM
Resolved May 29, 2013 at 5:22 PM
Apparently
new File( urlString )
(where urlString is a "file://"-stype url) will only work on certain platforms. The correct thing is to first construct a URL/URI and pass that into the File ctor.