[
https://issues.apache.org/jira/browse/SHIRO-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Demers updated SHIRO-309:
-------------------------------
Fix Version/s: (was: 1.3.0)
> 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, 1.2.0
> Reporter: Alan Cabrera
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)