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/04/08 19:46:32 UTC

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

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

David Jencks commented on GERONIMO-3073:
----------------------------------------

GeronimoIdentityResolver fixed in rev 526585.

> 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
>         Assigned To: David Jencks
>             Fix For: 2.0-M5
>
>
> - 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.