[jboss-dev-forums] [Design of Security on JBoss] - Re: JBAS-7049: AccessController permission check throwing NP

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Jul 9 17:39:53 EDT 2009


OpenJDK6 line 330 of AccessControlContext:

  | if (!dumpDebug) {
  |                         debug.println("access denied " + perm);
  |                     }
  | 

OpenJDK7:

  |  if (dumpDebug) {
  |   debug.println("access denied " + perm);
  | }
  | 

So definitely this got fixed in openjdk7.

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

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



More information about the jboss-dev-forums mailing list