Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.9
-
Fix Version/s: 3.0-alpha-3
-
Component/s: General
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
This is basically a Plexus thing because DefaultPlexusContainer from plexus-container-default:1.0-alpha-9-stable-1 is using File.toURL() instead of File.toURI().toURL() when populating the class realms from local JAR files (e.g. the resulting URLs return illegal characters like spaces).
The latest plexus-container-default seems to already use the proper methods so this issue is more or less a request to incorporate this fix into the 2.0.x branch. For instance, usage of Ant 1.7 is severly affected by this (MANTRUN-68).
Issue Links
- depends upon
-
PLX-220
URLs in container realm are not escaped.
-
- is depended upon by
-
MNG-2285
local repository path cannot have special characters
-
-
MANTRUN-68
Use ant-1.7.1
-
- is related to
-
CLASSWORLDS-21
Realms created by the Configurator have URLs with spaces in them
-
-
MNG-3272
new URI( url.toString() ) when using a jar path with a space in it results in error
-
- relates to
-
MJBOSS-35
startAndWait mojo needs a security manager
-