[jboss-remoting-issues] [JBoss JIRA] Created: (JBREM-977) Wrap MBean proxies in security conscious wrappers

Ron Sigal (JIRA) jira-events at lists.jboss.org
Wed May 7 04:05:20 EDT 2008


Wrap MBean proxies in security conscious wrappers
-------------------------------------------------

                 Key: JBREM-977
                 URL: http://jira.jboss.com/jira/browse/JBREM-977
             Project: JBoss Remoting
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 2.4.0.CR2
            Reporter: Ron Sigal
         Assigned To: Ron Sigal
             Fix For: 2.4.0.GA


There are places in Remoting where either an MBean proxy or a POJO could be used, depending on configuration.  For example, an org.jboss.remoting.transport.Connector can be configured with an actual POJO that implements the org.jboss.remoting.ServerInvocationHandler interface, or it could be given the ObjectName of a MBean that implements ServerInvocationHandler.  In the latter case, it will create an MBean proxy.

Calls to an MBean proxy should be wrapped in an AccessController.doPrivileged() call.

-- 
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-remoting-issues mailing list