Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
normal
-
P2
-
53303
Description
When asking for resources with a space in the name, these should be URL escaped but are not. The patch replaces the deprecated File.toURL() with File.toURI().toURL() which fixes the issue.