You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Alan Cabrera (JIRA)" <ji...@apache.org> on 2009/03/06 14:59:56 UTC

[jira] Moved: (KI-10) permissionsLookupEnabled flag never used in jdbcRealm

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

Alan Cabrera moved JSEC-54 to KI-10:
------------------------------------

        Fix Version/s:     (was: 1.0)
          Component/s:     (was: Realms)
    Affects Version/s:     (was: 1.0)
                  Key: KI-10  (was: JSEC-54)
              Project: Ki  (was: JSecurity)

> permissionsLookupEnabled flag never used in jdbcRealm
> -----------------------------------------------------
>
>                 Key: KI-10
>                 URL: https://issues.apache.org/jira/browse/KI-10
>             Project: Ki
>          Issue Type: Bug
>            Reporter: Csaba Nemeth
>            Assignee: Jeremy Haile
>
> JdbcRealm class supports the permissionsLookupEnabled flag, but during the doGetAuthorizationInfo call the permissions are always read regardless of the value of this variable.
> A change like this could fix it @line 277 in JdbcRealm.java:
>             if (permissionsLookupEnabled) {
>             	permissions = getPermissions(conn, username, roleNames);
>             }

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