Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
security-shiro-1.1.1
-
None
Description
On attempting to upgrade our dependency on Shiro to the latest (1.2.2), found that our the unit tests, at least, do not pass.
The reason seems to be that our globally registered IsisPermissionResolver, in shiro.ini is not picked up, and so IsisPermission is not used to interpret the permission strings (Shiro's default WildcardPermission is used instead).
Not clear at this point whether the issue lies with Shiro, or with Isis misconfiguring Shiro (in a way that used to work).