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()
Issue Links
- is depended upon by
-
MNG-3607
Class loaders employed by Maven return invalid URLs to resources
-
- 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
-
Activity
Shinobu Kawai
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | PLX-220 [ 20880 ] |
Carlos Sanchez
made changes -
| Link |
This issue is related to |
Jason van Zyl
made changes -
| Assignee | Jason van Zyl [ jason ] |
Jason van Zyl
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -
| Link | This issue is related to CLASSWORLDS-21 [ CLASSWORLDS-21 ] |
patch to fix problem