[
https://issues.apache.org/jira/browse/SHIRO-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Demers resolved SHIRO-579.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
Fixed by SHIRO-605
> Permission filter is validating last matched path
> -------------------------------------------------
>
> Key: SHIRO-579
> URL: https://issues.apache.org/jira/browse/SHIRO-579
> Project: Shiro
> Issue Type: Bug
> Components: Integration: Guice
> Affects Versions: 1.3.0
> Environment: Google App Engine
> Reporter: Kusmanjali
> Assignee: Jared Bunting
> Priority: Blocker
> Fix For: 1.4.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)