You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Les Hazlewood (JIRA)" <ji...@apache.org> on 2009/02/04 15:26:00 UTC

[jira] Updated: (JSEC-54) permissionsLookupEnabled flag never used in jdbcRealm

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

Les Hazlewood updated JSEC-54:
------------------------------

    Fix Version/s: 1.0

> permissionsLookupEnabled flag never used in jdbcRealm
> -----------------------------------------------------
>
>                 Key: JSEC-54
>                 URL: https://issues.apache.org/jira/browse/JSEC-54
>             Project: JSecurity
>          Issue Type: Bug
>          Components: Realms
>    Affects Versions: 1.0
>            Reporter: Csaba Nemeth
>             Fix For: 1.0
>
>
> 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.