Adrian, have you explored the possibility of overriding CodeSource class to create
something like VFSCodeSource that is added in the
VFSClassLoaderPolicy->getProtectionDomain method?
The key method that always gets called by the JDK is the codesource->imples method.
http://java.sun.com/j2se/1.5.0/docs/api/java/security/CodeSource.html#imp...
at least in the Policy->getPermissions(CodeSource) method.
http://java.sun.com/j2se/1.5.0/docs/api/java/security/Policy.html#getPerm...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187557#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...