You can set this in the filterChain definitions and Shiro will handle it
transparently.

Referencing the  http://shiro.apache.org/spring.html Spring documentation 

    <property name="filterChainDefinitions">
        <value>
            # some example chain definitions:
            /admin/** = authc, roles[admin]
            /docs/** = authc, *perms[document:read]*
            /** = authc
            # more URL-to-FilterChain definitions here
        </value>
    </property>


--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/How-to-check-url-permission-before-jump-to-that-page-tp7099812p7142143.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to