[jboss-jira] [JBoss JIRA] Commented: (JBAOP-676) Fix calls to Class<?>.getClassLoader() that are outside a privileged block
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Fri Nov 21 12:04:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAOP-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12439324#action_12439324 ]
Anil Saldhana commented on JBAOP-676:
-------------------------------------
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4189219
has a comment from me regarding care that needs to be taken when placing privileged blocks in code.
So make the decision whether a privileged block will make spurious callers enjoy the freedom or callers should not have been affected by the need for a security permission due to a privileged operation that aop needs.
> Fix calls to Class<?>.getClassLoader() that are outside a privileged block
> --------------------------------------------------------------------------
>
> Key: JBAOP-676
> URL: https://jira.jboss.org/jira/browse/JBAOP-676
> Project: JBoss AOP
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.GA
> Reporter: Flavia Rainone
> Assignee: Flavia Rainone
>
> There are calls to Class<?>.getClassLoader that mistakenly are outside of a PrivilegedAction block.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list