I'm trying to add a "password expiration" feature to a Seam-based
application (Seam 1.2.1.GA).
If a user's password has not been changed in 90 days, then I always want to redirect
him to a screen where he'll have to change the password, regardless of the page he
attempted to hit. (There is no requirement to try to remember his original URL and send
him there when he's finished, so I'd just send him to the home page when done
changing his password.)
Obviously since this is an application-wide behavior, I'd like to only have to
configure this once, and not have to code special logic for every page. Perhaps I would
do it in components.xml? But how? Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095444#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...