Re: Form based authentication in tomcat with struts

2004-03-04 Thread Adam Hardy
On 03/04/2004 09:28 PM Edd Dawson wrote: Now what i want to be able to do is have my servlet automatically log them in as the register without the need for them to be redirected to the login-form and re-enter their username and password. I am presuming this is possible as i log my users out by invo

Re: Form-Based Authentication and Struts

2002-10-30 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, [utf-8] Etienne Labonté wrote: > Date: Wed, 30 Oct 2002 10:35:45 -0500 > From: "[utf-8] Etienne Labonté" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "Struts Users Mailing List (E-mail)" <[EMAIL PROTECTED]> > Subject: Form-Based Authent

RE: Form-based Authentication using Struts

2001-07-30 Thread Matt Raible
Yes, please see below: FORM Security /signIn /signInError --- "Geddes, Mark (ANTS)" <[EMAIL PROTECTED]> wrote: > Does your web.xml contain a declaration? > > > -Original Message- > From: Matt Raible [mailto:[EMAIL

RE: Form-based Authentication using Struts

2001-07-30 Thread Geddes, Mark (ANTS)
Does your web.xml contain a declaration? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: 30 July 2001 12:53 To: [EMAIL PROTECTED] Subject: Form-based Authentication using Struts I am implementing form-based authenication and have a couple of questions. I have al

RE: Form-based Authentication

2001-06-13 Thread Abraham Kang
Hi Jon, I know that WebLogic gets rid of these after authentication. --Abraham > -Original Message- > From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 1:51 AM > To: [EMAIL PROTECTED] > Subject: RE: Form-based Authentication > > >

RE: Form-based Authentication

2001-06-13 Thread Craig R. McClanahan
On Wed, 13 Jun 2001, Jon.Ridgway wrote: > Hi All, > > Form based auth is something that I have just been looking at, so I thought > I'd add my two pennies worth. > > My login form is using struts html, bean and template tags (no html:form) > and all appears ok. My template has an adapted vers

RE: Form-based Authentication

2001-06-13 Thread Jon.Ridgway
formbasedloginscreen formbasedloginerrorscreen -Original Message- From: Jonathan Asbell [mailto:[EMAIL PROTECTED]] Sent: 13 June 2001 13:42 To: [EMAIL PROTECTED] Subject: Re: Form-based Authentication Hi Jon. i was reading about this form based auth, and I wondered if yo

Re: Form-based Authentication

2001-06-13 Thread Jonathan Asbell
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 4:51 AM Subject: RE: Form-based Authentication > Hi All, > > Form based auth is something that I have just been looking at, so I thought > I'd add my two pennies worth. > > My login form is using stru

RE: Form-based Authentication

2001-06-13 Thread Jon.Ridgway
sion, like tomcat does? Jon. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 13 June 2001 02:05 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Form-based Authentication On Tue, 12 Jun 2001, Abraham Kang wrote: > Hi Craig, > > Thanks for the cl

RE: Form-based Authentication

2001-06-12 Thread Craig R. McClanahan
actual processing to be performed can be easily delegated to the controller servlet. > Sincerely, > Abraham > Craig McClanahan > > -Original Message- > > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 12, 2001 4:5

RE: Form-based Authentication

2001-06-12 Thread Kurt Olsen
, Kurt -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 1:59 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Form-based Authentication On Tue, 12 Jun 2001, Abraham Kang wrote: > RE: Form-based AuthenticationHi Jason, &

RE: Form-based Authentication

2001-06-12 Thread Abraham Kang
age- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 12, 2001 4:59 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Form-based Authentication > > > > > On Tue, 12 Jun 2001, Abraham Kang wrote: > > > RE: Form-based Authentica

RE: Form-based Authentication

2001-06-12 Thread Craig R. McClanahan
On Tue, 12 Jun 2001, Abraham Kang wrote: > RE: Form-based AuthenticationHi Jason, > > I should have been clearer. > > The only time that you do not want the login-form to specify > "j_security_check" as its action is when you want to do some special > preprocessing before the user is

RE: Form-based Authentication

2001-06-12 Thread Abraham Kang
Title: RE: Form-based Authentication Hi Jason,       I should have been clearer.       The only time that you do not want the login-form to specify "j_security_check" as its action is when you want to do some special preprocessing before the user is authenticated.  By forwa

RE: Form-based Authentication

2001-06-12 Thread Jason Chaffee
Title: RE: Form-based Authentication Hi Matt and Abraham, I would like to know why you say that you need to specify a login-form that does not have j_security-check as its action?  I am using this as the action and using Struts action classes to do the login? -Original Message

RE: Form-based Authentication

2001-06-12 Thread Abraham Kang
Hi Matt, I have done this successfully with WebLogic 6.0 and 5.1 and JRun 3.1. Here is what I learned. If you need to do login preprocessing you will need to specify a login-form that does not have j_security_check as its action. This login form will submit to non-secured servlet. Th

RE: Form-based Authentication

2001-06-12 Thread Gogineni, Pratima
yes I did this. It works perfectly on tomcat also on resin. JRUN seems to have some problems with this. -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 3:14 PM To: [EMAIL PROTECTED] Subject: Form-based Authentication Has anyone implemented

RE: Form based authentication

2001-06-09 Thread Craig R. McClanahan
On Wed, 6 Jun 2001, Jon.Ridgway wrote: > Hi, > > When using form based auth the web container will under take the auth using > the j_password & j_username supplied. So it all depends on which container > you are using. Tomcat for example allows you to map to a database containing > user and ro

RE: Form based authentication

2001-06-06 Thread Jon.Ridgway
Hi, When using form based auth the web container will under take the auth using the j_password & j_username supplied. So it all depends on which container you are using. Tomcat for example allows you to map to a database containing user and role info in the web.xml. You also have to specify a log