You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org> on 2007/01/09 09:40:27 UTC

[jira] Closed: (GERONIMO-516) GeronimoPolicy tries to use guaranteed open PolicyConfigurations as if they are in service

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

Vamsavardhana Reddy closed GERONIMO-516.
----------------------------------------


> GeronimoPolicy tries to use guaranteed open PolicyConfigurations as if they are in service
> ------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-516
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-516
>             Project: Geronimo
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 1.0-M3
>            Reporter: David Jencks
>         Assigned To: Alan Cabrera
>
> JACC spec 3.1.1.1 assures us that 
>                 GeronimoPolicyConfiguration configuration = (GeronimoPolicyConfiguration)factory.getPolicyConfiguration(contextID, false);
> will always return a PolicyConfiguration that is in the open state.
> The next line is:
>                 if (configuration.inService()) {
>                     if (configuration.implies(domain, permission)) return true;
> This bug was hidden by the previous behavior of not opening configurations when getPolicyConfiguration was called.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira