Completed
Details
Assignee
Stuart SierraStuart SierraReporter
Ryan SeniorRyan SeniorPatch
CodePriority
Major
Details
Details
Assignee
Stuart Sierra
Stuart SierraReporter
Ryan Senior
Ryan SeniorPatch
Code
Priority

Created December 12, 2013 at 8:34 PM
Updated January 10, 2014 at 5:26 PM
Resolved January 10, 2014 at 5:26 PM
The URLClassloader getURLs call is returning URLs that contain %20 instead of spaces. The current code calls .getPath, which leaves the %20 in there and ultimately can't find the directory. Changing the .getPath call to .toURI calls a different java.io.File constructor and fixed the problem for me.