Using shiro 1.2.3. I extended the JdbcRealm and used the new class in the shiro.ini. In the ini file I set the extendedRealm.permissionsLookupEnabled = false. But shiro keeps calling doGetAuthorizationInfo regardless of this setting.
The only option to skip this is override the doGetAuthorizationInfo and return null. Any reason why permissionsLookupEnabled property is not doing anything? Regards Sashika.
