[appfuse-user] get in the loop off j_security_check

2010-04-06 Thread tibi
hi list hi matt, i need to count the wrong logins (after 3 wrong logins block account). how can i get in the loop of j_security_check? thanks, tibi - To unsubscribe, e-mail: [email protected] For additio

Re: [appfuse-user] get in the loop off j_security_check

2010-04-06 Thread tibi
some investigation led me to the postAuthenticationChecks seems to do the trick. but how can i inject my own class there? is it autowired? thanks for any pointers, tibi hi list hi matt, i need to count the wrong logins (after 3 wrong logins block account). how can i get in the loop of j_

Re: [appfuse-user] get in the loop off j_security_check

2010-04-06 Thread Matt Raible
Unfortunately, I don't know the answer to this. You might search Spring Security's forums. On Tue, Apr 6, 2010 at 12:25 PM, wrote: > some investigation led me to the > postAuthenticationChecks > > seems to do the trick. but how can i inject my own class there? > > is it autowired? > > thanks fo

Re: [appfuse-user] get in the loop off j_security_check

2010-04-06 Thread tibi
:( i will... Quoting Matt Raible : Unfortunately, I don't know the answer to this. You might search Spring Security's forums. On Tue, Apr 6, 2010 at 12:25 PM, wrote: some investigation led me to the postAuthenticationChecks seems to do the trick. but how can i inject my own class the

Re: [appfuse-user] get in the loop off j_security_check

2010-04-06 Thread tibi
i will look into this tomorrow: http://forum.springsource.org/showthread.php?t=52377 Quoting [email protected]: :( i will... Quoting Matt Raible : Unfortunately, I don't know the answer to this. You might search Spring Security's forums. On Tue, Apr 6, 2010 at 12:25 PM, wrote: some i

Re: [appfuse-user] spring 3

2010-04-06 Thread Matt Raible
It's been done in SVN. I've also done some work to convert Controllers to annotations. It's checked in in AppFuse Light, not AppFuse. The work is sitting in my local workspace. All tests aren't passing yet. On Mon, Apr 5, 2010 at 5:21 PM, Flávio Oliva wrote: > is there any prespective of upgradi