You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dan Tran <da...@hotmail.com> on 2003/03/12 07:18:17 UTC

[OT] Intercept login in SecurityFilter

Hi I would like to intercept SecurityFilter to add addition data into session object.  Any suggestion?

Best I can think of is to extend the SecurityFilter class and override the protected method processLogin().  Is this a clean way?

Advice is greatly appreciated.

-Dan