If  you're getting that redirect then something is mis configured (as if
that wasn't obvious ;-)).  The redirect happens when there is a 404 meaning
the /captcha isn't found.

-Scott

On Tue, Mar 25, 2008 at 3:10 PM, Axel Mendoza Pupo <[EMAIL PROTECTED]>
wrote:

> I modify the casloginview.jsp to show a captcha picture when a number of
> fail login exceeds
> In my jsp the image tag look like this
>
> <img src="captcha" width="140" height="50" class="imgCaptcha">
>
> And in my cas-servlet.xml I add the prop for this url and the the bean
> controller
>
> <prop key="/captcha">captchaImageCreateController</prop>
>
> <bean id="captchaImageCreateController"
> class="util.CaptchaImageCreateController">
>        <property name="jcaptchaService" ref="jcaptchaService" />
> </bean>
>
> But when I start the CAS webapp the image is not display properly and in
> the debugging the /captcha call never happen or never enter to
> captchaImageCreateController.handleRequest(HttpServletRequest request,
> HttpServletResponse response).
> Is like CAS redirect to /login the call to /captcha
>
> Is any way to free /captcha from redirect?
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>



-- 
-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to