Has anyone implemented security and authentication in a Struts app?

2001-02-25 Thread Davina and Mac
Has anybody out there implemented a roles-based security system in a Struts application? If so, did you use an existing class library or write your own? It seems to me that relying on container providers for security schemes makes it almost impossible to write portable applications, and

Re: Has anyone implemented security and authentication in a Struts app?

2001-02-25 Thread David Geary
Davina and Mac wrote: Has anybody out there implemented a roles-based security system in a Struts application? If so, did you use an existing class library or write your own? It seems to me that relying on container providers for security schemes makes it almost impossible to write portable

Re: Has anyone implemented security and authentication in a Struts app?

2001-02-25 Thread Mihir Parekh
role based security is part of servlet 2.2 specs. So, if you are using servlet 2.2 container the application will remain portable. Mihir Davina and Mac wrote: Has anybody out there implemented a roles-based security system in a Struts application? If so, did you use an existing class library

Re: Has anyone implemented security and authentication in a Struts app?

2001-02-25 Thread David Geary
Mihir Parekh wrote: role based security is part of servlet 2.2 specs. That's true. So, if you are using servlet 2.2 container the application will remain portable. The servlet specification does not address how to specify users and roles; for example, Tomcat3.2 specifies them in