: '[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
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
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
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
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