Re: Declarative Security and Struts

2003-11-18 Thread Adam Hardy
On 11/18/2003 12:47 AM Michael Blair wrote: I have been able to get a MemoryRealm in Tomcat to work using BASIC authentication. If I try to do this with FORM based authentication it seems to think the ACTION=j_security_check in my login.jsp seems to make struts think this is an action that should

RE: Declarative Security and Struts

2003-11-18 Thread Richard J. Duncan
5x, think about using the DataSourceRelm in conjunction with something like commons dbcp. -Rich -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 3:16 AM To: Struts Users Mailing List Subject: Re: Declarative Security and Struts

Declarative Security and Struts

2003-11-17 Thread Michael Blair
Can this be done? I have been able to get a MemoryRealm in Tomcat to work using BASIC authentication. If I try to do this with FORM based authentication it seems to think the ACTION=j_security_check in my login.jsp seems to make struts think this is an action that should be in the struts-config.