You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Kusmanjali (JIRA)" <ji...@apache.org> on 2016/08/11 19:57:20 UTC

[jira] [Created] (SHIRO-579) Permission filter is validating last matched path

Kusmanjali created SHIRO-579:
--------------------------------

             Summary: 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


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)