[jboss-jira] [JBoss JIRA] Updated: (JBAOP-368) TransformerCommon.toClass calls need to use the aspect ProtectionDomain
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Sat Feb 24 02:33:35 EST 2007
[ http://jira.jboss.com/jira/browse/JBAOP-368?page=all ]
Scott M Stark updated JBAOP-368:
--------------------------------
Summary: TransformerCommon.toClass calls need to use the aspect ProtectionDomain (was: TransformerCommon.toClass calls need to the aspect CodeSource)
Description:
Calls like PerVmAdvice.generateInterceptor(Joinpoint joinpoint, Object aspect, String adviceName) are not passing in a ProtectionDomain to the TransformerCommon.toClass and it does not accept one. The Interceptor classes need to be using the ProtectionDomain of the aspect class so that there is a consistent security view of the aspect interceptors.
was:
Calls like PerVmAdvice.generateInterceptor(Joinpoint joinpoint, Object aspect, String adviceName) are not passing in a CodeSource to the TransformerCommon.toClass and it does not accept one. The Interceptor classes need to be using the CodeSource of the aspect class so that there is a consistent security view of the aspect interceptors.
> TransformerCommon.toClass calls need to use the aspect ProtectionDomain
> -----------------------------------------------------------------------
>
> Key: JBAOP-368
> URL: http://jira.jboss.com/jira/browse/JBAOP-368
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Aspect Library
> Affects Versions: 2.0.0.alpha3
> Reporter: Scott M Stark
>
> Calls like PerVmAdvice.generateInterceptor(Joinpoint joinpoint, Object aspect, String adviceName) are not passing in a ProtectionDomain to the TransformerCommon.toClass and it does not accept one. The Interceptor classes need to be using the ProtectionDomain of the aspect class so that there is a consistent security view of the aspect interceptors.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list