[VFS] canCreateFileSystem(directory.jar/)

2013-08-16 Thread Bernd Eckenfels
Hello, I want to use the VFSClassLoader on JAR files and Directories (to provide resources). My problem is, that some directories are exploded archives and have a name with a .jar extension. The addFileObjects() of the VFSClassLoader uses canCreateFileSystem() to detect, if for a given

Re: [VFS] canCreateFileSystem(directory.jar/)

2013-08-16 Thread Bernd Eckenfels
Hello, I have filed this Bug report and also provided a fixed version (on Github): https://issues.apache.org/jira/browse/VFS-490 https://github.com/ecki/seeburger-vfs2/blob/master/vfs2provider-jdbctable/src/main/java/com/seeburger/vfs2/util/VFSClassLoader.java#L152 Greetings Bernd Am