Ahhh, just as I wanted to go home after deploying the app to the
tomcat server and baaammm - the app crashes. So if it works on Jetty
6.1.14 and crashes on Tomcat 6.0.14, can the web.xml be the bad guy? I
am using T5.0.18
http://www.w3.org/2001/XMLSchema-instance";
xmlns="http://java.sun.com/xml/
Found a solution. The login is now protected as google account is -
with captcha after 5 failed retries.
The thing that bothers me is this stack trace in the console which is
triggered by pressing the login submit button:
2009-03-26 16:44:51.494::WARN: /login.lform
java.lang.NullPointerException
Hello,
I would like to display a CAPTCHA challenge to a user after 3 failed
login attempts. If using tapestry5-spring-security 2.0.1 the form
looks like:
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";
action="${loginCheckUrl}" method="POST">
Username and/or password was wrong!
Us