Hello, I'm in a situation where i need some operations to be done upon user login. The idea is, when a user access a secured area, it get's first promped for http auth (security constraint, that part is working without trouble), but when the user get authenticated, before giving user his request result, request should be handled by a filter or alike that will do various operations (like profile upgrade to new version in database, eventually displaying an upgrade page for mandatory informations).
For now, the layout is Filter that check userPrincipal. If user principal is not null for the first time, issues that check, mark that user got checked for next times, in session, and continue query. However, if i could mark the session as "need upgrade" upon login, this would make things, i think, easier to manage as filter would only need to look for that "need upgrade" flag. -- http://www.noooxml.org/ --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
