Hey all,

I'm pretty new to Acegi, and I was more or less following the tutorial in the Javalobby article here:

http://www.javalobby.org/articles/ac...rity/part1.jsp

However, the problem I'm running into is that after an authentication attempt on a login form, regardless of authentication success or failure, I'm being sent to the root context of my webapp instead of the login failure URL or the defaultTargetUrl. Does anyone know why this might be happening?