Unauthorized URL for different entries in filter chain
------------------------------------------------------

                 Key: SHIRO-309
                 URL: https://issues.apache.org/jira/browse/SHIRO-309
             Project: Shiro
          Issue Type: New Feature
          Components: Authorization (access control) , Configuration
    Affects Versions: 1.1.0
            Reporter: Alan Cabrera
            Assignee: Alan Cabrera
             Fix For: 1.2.0


It would be great to have different unauthorizedUrl entries per chain in the 
ShiroFilterFactoryBean:

<property name="filterChainDefinitions">
  <value>
    /admin/** = myFilter, roles[admin], /service/notadmin.jsp
    /work/** = myFilter, roles[verified], /service/notverified.jsp
    /owners/** = myFilter, roles[owner], /service/notowner.jsp
    /account/** = myFilter
  </value>
</property>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to