It should be... the policy parser won't try to open the URL directly because the
actual URL might not be valid (in terms of the classloader) - it might contain a wildcard
character for instance. And the security manager won't try to open the class file at
check time becase (a) the class is already loaded, (b) it would be a performance
nightmare, and (c) it would cause intermittent application failures if it was e.g. an HTTP
url.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181106#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...