Hi,
Apologies for not being able to paste the complete snippet from the
shiro-context.
Here's the shiroFilter bean definition
<bean id="shiroFilter"
class="org.apache.shiro.spring.web.ShiroFilterFactoryBean">
<property name="securityManager" ref="securityManager" />
<property name="loginUrl"
value="${cas.external.url}?service=${service.url}/shiro-cas" />
<property name="successUrl" value="/landing.htm" />
<property name="filterChainDefinitions">
<value>
/shiro-cas = casFilter
/myclientapp/** = myShiroFilter
/** = authc,myShiroFilter
</value>
</property>
</bean>
Thanks,
Srini
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Shiro-CAS-integration-Customizing-the-CAS-login-page-tp7580380p7580383.html
Sent from the Shiro User mailing list archive at Nabble.com.