using struts with filters

2003-09-16 Thread as as
Hi, I am trying to use filters for login authentication using Jakarta struts framework with Tomcat. Has anyone done this earlier...any helpful tutorial/pointers/website... Thanks, Samy - Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design

Re: using struts with filters

2003-09-16 Thread David Erickson
: as as [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 11:59 AM Subject: using struts with filters Hi, I am trying to use filters for login authentication using Jakarta struts framework with Tomcat. Has anyone done this earlier...any helpful tutorial/pointers/website

Re: using struts with filters

2003-09-16 Thread Sean Radford
to see if he has permission to that action or whatever resource it may be. -David - Original Message - From: as as [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 11:59 AM Subject: using struts with filters Hi, I am trying to use filters for login

RE: Using Struts with filters

2002-02-18 Thread Daniel Steinberg
, February 13, 2002 4:25 PM To: '[EMAIL PROTECTED]' Subject: Using Struts with filters I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page by forwarding to a JSP. I would like to look up this JSP name just as I would while

Using Struts with filters

2002-02-13 Thread Daniel Steinberg
I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page by forwarding to a JSP. I would like to look up this JSP name just as I would while performing a Struts action. Unfortunately, the forward mappings (ActionForwards)

Re: Using Struts with filters

2002-02-13 Thread @Basebeans.com
Subject: Re: Using Struts with filters From: Vic Cekvenich [EMAIL PROTECTED] === Follow J2EE JAS Container based security is an alternative. Daniel Steinberg wrote: I would like to put my authorization logic in a servlet filter. If authorization fails, I would like to display an error page