Re: use password expiration with datasource realm

2013-09-16 Thread Neven Cvetkovic
On Sep 16, 2013 10:15 PM, "Stefan Frei" wrote: > > Hello Neven > Thanks for your reply. > I didnt find anything about security filter in the tomcat docs, is this a > common filter. > important would be that the filter triggers only when users perform a > j_security check, and not on every request.

Re: use password expiration with datasource realm

2013-09-16 Thread Stefan Frei
Hello Neven Thanks for your reply. I didnt find anything about security filter in the tomcat docs, is this a common filter. important would be that the filter triggers only when users perform a j_security check, and not on every request. should i use /j_security_check ? Cheers Stefan 2013/9/16

Re: use password expiration with datasource realm

2013-09-16 Thread Neven Cvetkovic
> The problem: > > > > The user should have a password which should change after a time (eg one > month). > > So how do i intercept a login request after j_security_check which > redirects the user to a „change your password“ page before redirecting him > (as it usually would be), to the url he req

Re: use password expiration with datasource realm

2013-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Stefan, On 9/16/13 2:02 PM, Stefan Frei wrote: > The user should have a password which should change after a time > (eg one month). > > So how do i intercept a login request after j_security_check which > redirects the user to a „change your passw