A problem showed up in Embedded JBoss that a user had a custom URL type that obviously
wasn't handled by the VFS:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044050#...
I'm wondering if we should provide some default behavior in the VFS similarly the way
URL Classloaders work. For instance, with URL Classloaders if the URL ends with
'/' a directory structure is assumed, if it doesn't then it considers it a
JAR. Intuitively, I think we could provide some similar default behavior with the VFS so
that we don't necessarily have to require custom VFS plugins for every URL type. At
least we could default the JAR case.
Bill
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044057#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...