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
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_
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
:(
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
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
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