> -----Original Message-----
> From: struts Dude [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 26, 2004 7:51 PM
> To: Struts Users Mailing List
> Subject: Re: Question about authentication
> 
> 
> 
> ----- Original Message ----- 
> From: "Emmanouil Batsis" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, August 26, 2004 12:57 AM
> Subject: Re: Question about authentication
> 
> 
> > I usually perform complex authentication/authorization 
> related checks in 
> > a servlet filter and attach the results in simpler forms 
> (i.e. boolean 
> > objects) in the request for actions to access. 
> 
> Can u show me some links of tutorial on how to authenticate 
> users using
> servlet filter??
> 
> I think servlet filter may be the most portable way for 
> authenticating user
> since declarative authentication on web.xml is dependent on Tomcat.

No, declarative security is a requirement of any container, not just Tomcat.  I use it 
on websphere a lot.



> 
> Thanks
> 
> > 
> > Manos
> > 
> > struts Dude wrote:
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to