Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
When adding folders with a name ending in .zip or .jar to the VFSClassLoader will fail to load resources from this search path.
It tries to open it as a layered filesystem. This can be fixed in the classloader by checking that the file type has content, but most likely it is a more generic bug in canCreateFileSystem() which does not do this distinction.
The following is a quick fixed version (it also inlines the Resource class)