Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-9
-
Fix Version/s: None
-
Component/s: Container
-
Labels:None
-
Number of attachments :
Description
When adding jars to the container realm, URLs are not escaped. This is due to the implementation of File#toURL(). It should first be converted to URI via File#toURI().
cf. http://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html#toURL()
Attachments
Issue Links
| This issue is related to: | ||||
| CLASSWORLDS-21 | Realms created by the Configurator have URLs with spaces in them |
|
|
|
| SUREFIRE-46 | Proper escape of classpath entries esp. in windows |
|
|
|
| This issue is depended upon by: | ||||
| MNG-3607 | Class loaders employed by Maven return invalid URLs to resources |
|
|
|
patch to fix problem