RE: form-based authentication question

2004-03-23 Thread Koes, Derrick
: '[EMAIL PROTECTED]' Subject: form-based authentication question Using Tomcat 4.1.X, I'm attempting to switch a web app from basic auth to form-based. I'm having difficulty in one area. After creating the new form and posting to j_security_check, I wish to GET my "welc

form-based authentication question

2004-03-23 Thread Koes, Derrick
Using Tomcat 4.1.X, I'm attempting to switch a web app from basic auth to form-based. I'm having difficulty in one area. After creating the new form and posting to j_security_check, I wish to GET my "welcome" page. It appears to be doing this from the URL in the address bar, but the page looks e

Form-based authentication question

2004-03-01 Thread Edd Dawson
Hi I have successfully set up tomcat to protect various parts of my application using JDBCrealm and form-based-authentication, and it all works fine. Now i have written a system whereby new users can register and it creates them their chosen username and puts them in the right roles in the databa

Re: FORM-based authentication question

2001-09-07 Thread Craig R. McClanahan
On Fri, 7 Sep 2001, Kevin HaleBoyes wrote: > Date: Fri, 7 Sep 2001 16:48:01 +0100 (BST) > From: Kevin HaleBoyes <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: FORM-based authentication question > > I'm successfully using FOR

FORM-based authentication question

2001-09-07 Thread Kevin HaleBoyes
I'm successfully using FORM-based logins in my application but I have a few questions. When a user logs in, I want to attach certain information to the session. Currently I use a filter that checks to see if the request.getRemoteUser is set (or has changed) and if so, I do a database call to get