Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.3.0
-
None
-
Google App Engine
Description
Following filter chain is present in configureShiroWeb() function
addFilterChain("/*/first/second/*", AUTHC_BASIC, config(PERMS, "X:create"));
addFilterChain("/*/first/*", AUTHC_BASIC, config(PERMS, "Y:create"));
for a URL : example.appspot.com/_ah/api/hello/v1/first/second/third the access is granted for a user with permission Y:create and not with X:create.
Attachments
Issue Links
- relates to
-
SHIRO-605 ShiroWebModule creates out of order filter chain.
- Resolved