[ 
https://issues.apache.org/jira/browse/VFS-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernd Eckenfels updated VFS-490:
--------------------------------

    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)

https://github.com/ecki/seeburger-vfs2/blob/master/vfs2provider-jdbctable/src/main/java/com/seeburger/vfs2/util/VFSClassLoader.java#L152


  was:
Whan adding folders with a name of *.zip or *.jar to the VFSClassLoader this 
will fail, at it tries to open it as a layered filesystem. This can be fixed in 
the classloader by checking the file type, but most likely 
canCreateFileSystem() needs to be changed.

The following is a quickfixed version (it also inlines the Resource class)

https://github.com/ecki/seeburger-vfs2/blob/master/vfs2provider-jdbctable/src/main/java/com/seeburger/vfs2/util/VFSClassLoader.java#L152


    
> [vfsclassloader] tries to open folders with .zip or .jar extension
> ------------------------------------------------------------------
>
>                 Key: VFS-490
>                 URL: https://issues.apache.org/jira/browse/VFS-490
>             Project: Commons VFS
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Bernd Eckenfels
>
> 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)
> https://github.com/ecki/seeburger-vfs2/blob/master/vfs2provider-jdbctable/src/main/java/com/seeburger/vfs2/util/VFSClassLoader.java#L152

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to