HI,
I configured one custom URL(**/mylogin.htm) in cas-servlet.xml(before
actual login i need to show first login page,if first login is success then
only i am redirecting to actual CAs login page)
<propkey="/login">loginController</prop>
<prop key="/**/mylogin.htm">firstLoginController</prop>
And this firstLoginController is
<bean id="firstLoginController"
class="com.mycompany.FisrtLoginController">
<property name="commandName" value="loginBean" />
<property name="commandClass"
value="com.mycompany.LoginBean" />
<property name="formView"
value="redirect:https://myapp:8443/cas/firstlogin/mylogin.htm"
/>
<property name="successView"
value="redirect:
https://myapp:8443/cas/login?service=https://myapp:8443/serviceapp/j_apache_security_check"
/>
<property name="validator" ref="loginValidator" />
</bean>
But when i am trying to load
https://myapp:8443/cas/firstlogin/mylogin.htm it is going in a loop.Pleas
help me.What might be the issue
Please help me.
Thanks
Sailendra
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user