[jboss-dev-forums] [JBoss Microcontainer Development] - Re: AccessControlException in AnnotationValueImpl
alesj
do-not-reply at jboss.com
Mon Aug 24 08:05:53 EDT 2009
Yeah, I saw this problem as well - when I updated XB in Kernel to be more strict.
I already have a TODO item somewhere.
btw: this looks like a JDK bug, as it's the sun.reflect.annotation.AnnotationInvocationHandler who invokes this reflection method,
hence they should be the one's wrapping that code block into privileged block,
as all I do is call Annotation::equals, which is far from security hack attempt :-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251168#4251168
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251168
More information about the jboss-dev-forums
mailing list