[jboss-dev-forums] [Design of POJO Server] - Re: VFS Permissions - JBMICROCONT-149
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Nov 11 14:24:32 EST 2008
"scott.stark at jboss.org" wrote : Right, so what was the solution Adrian said was working with vfs urls?
Enable security.xml in the bootstrap.xml, which will install the security manager after classloading.xml. I do not think this is right, one for the reason about delayed SM installation but also for the reason that the protection domains created during the classloading.xml phase with the vfs urls will work later.
The simplest is to get the real urls of Virtual files.
VirtualFile.getRealURL() which gets delegated to VFHandler->getRealURL.
My hacky way of using the standard jar urls worked fine (64 out of 67 tests passing).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188578#4188578
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188578
More information about the jboss-dev-forums
mailing list