[
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.