-
Bug
-
Resolution: Done
-
Major
-
1.0.0-beta-3
-
None
-
None
When a filename has whitespace
the method in ContainerBase.class
private File fileFromResource(final String resourceName) { final String resourcePath = AccessController.doPrivileged(GetTcclAction.INSTANCE).getResource(resourceName) .getFile(); return new File(resourcePath); }
tries to find a file with URL pattern filename (using %20 for instance) which may be causing troubles to find files resulting in a java.lang.IllegalArgumentException