SecurityFilter with Struts quick and easy question

2004-02-17 Thread Nathan Maves
I am looking into using SecurityFilter to handle all the authentication for my app. Since it uses filters, like sturts, how does the Struts action get called? Will the request pass through multiple servlet filters? Should the authentication servlet filter be placed above the struts filter?

Re: SecurityFilter with Struts quick and easy question

2004-02-17 Thread Max Cooper
matches the url-patterns for both). -Max - Original Message - From: Nathan Maves [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM Subject: SecurityFilter with Struts quick and easy question I am looking into using

Re: SecurityFilter with Struts quick and easy question

2004-02-17 Thread Nathan Maves
Message - From: Nathan Maves [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM Subject: SecurityFilter with Struts quick and easy question I am looking into using SecurityFilter to handle all the authentication for my app. Since it uses

Re: SecurityFilter with Struts quick and easy question

2004-02-17 Thread Nathan Maves
will always be called first (when the request URL matches the url-patterns for both). -Max - Original Message - From: Nathan Maves [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM Subject: SecurityFilter with Struts quick and easy

RE: SecurityFilter with Struts quick and easy question

2004-02-17 Thread Paul McCulloch
Have a look at the Servlet spec. Paul -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 19:09 To: Struts Users Mailing List Subject: Re: SecurityFilter with Struts quick and easy question It does use a servlet that all request that match