RE: [flexcoders] Servlet Filters and AMF

2005-06-09 Thread Peter Farland
09, 2005 11:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Servlet Filters and AMF In a Struts/JSP application you can put severlet filters in as a way to cross cut your system and provide validation of login/session on a user. If it fails, you redirect the user to a login page. Can I

[flexcoders] Servlet Filters and AMF

2005-06-09 Thread Kent Henneuse
In a Struts/JSP application you can put severlet filters in as a way to cross cut your system and provide validation of login/session on a user. If it fails, you redirect the user to a login page. Can I still utilize a servlet filter to check the login before my business delegates get executed by