[jboss-dev-forums] [Design of Security on JBoss] - Re: PrivilegedBlock location

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Nov 20 10:26:25 EST 2008


Flavia, 

are you doing a check like?


  | if (System.getSecurityManager() == null)
  | {
  |    cl = clazz.getClassLoader();
  | }
  | else
  | {
  |    ..... security block
  | }
  | 


If you are.. all we need on JBM is an AOP release.


And this won't affect weaved code, right?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190932#4190932

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190932



More information about the jboss-dev-forums mailing list