Alexander M.

Results 1 issues of Alexander M.

There is a typo in the AnnotationsShiroAuthorizationStrategy#isActionAuthorized method, that affectes checking for RENDER and ENABLE actions of an component's configuration phase. ``` java ShiroSecurityConstraint fail = checkInvalidInstantiation( findShiroSecurityConstraintAnnotations(componentClassAnnotations), ShiroAction.INSTANTIATE); ```...

bug