You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2007/06/12 02:54:25 UTC

[jira] Closed: (GERONIMO-3073) More security bugs in openejb integration

     [ https://issues.apache.org/jira/browse/GERONIMO-3073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3073.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0-M5)
                   2.0-M6

Openejb security is working OK.  If we decide to change how "remote login" is  working that deserves it's own jira.

> More security bugs in openejb integration
> -----------------------------------------
>
>                 Key: GERONIMO-3073
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3073
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: OpenEJB
>    Affects Versions: 2.0-M5
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.0-M6
>
>
> - GeronimoIdentityResolver should get the subject from the ContextManager, not Subject.getSubject, since it's possible to do a login programatically without a CallbackHandler and skip the Subject.doAs(), and furthermore at least in 1.4 jvms the subject from Subject.getSubject tends to disappear after a while.
> - Most likely we need to map the "business home" and local home methods to "unchecked" so that injection can work if the default principal is not authorized for everything.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.