RE: Do I have to use j_security_check to authenticate?

2002-04-23 Thread Tim Cronin
PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Do I have to use j_security_check to authenticate? Date: Mon, 22 Apr 2002 18:36:13 -0400 Hi Ben, Someone else today had similar questions so you might want to check for the subject initializing

RE: Do I have to use j_security_check to authenticate?

2002-04-23 Thread Craig R. McClanahan
On Tue, 23 Apr 2002, Tim Cronin wrote: I've been dealing with this same problem. All though Form base authentication is session based the realm has no accessibility to the session object. There are also no events that tell when the session is first created only when objects are

RE: Do I have to use j_security_check to authenticate?

2002-04-23 Thread Tim Cronin
? -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 10:41 AM To: Tomcat Users List Subject: RE: Do I have to use j_security_check to authenticate? On Tue, 23 Apr 2002, Tim Cronin wrote: I've been dealing with this same problem. All though

Do I have to use j_security_check to authenticate?

2002-04-22 Thread Benjamin Drasin
Hello all- I have a servlet based application running on Tomcat 3.2. It uses a homespun security system which I would like to replace with standard J2EE security. However, when the user logs in there are a number of server-side tasks which have to be performed both before and after

Re: Do I have to use j_security_check to authenticate?

2002-04-22 Thread Rick Fincher
Hi Ben, Someone else today had similar questions so you might want to check for the subject initializing Session state during realm login. This was in Tomcat 4.0.x which has this built in. If you use FORM level security you submit your own jsp page as the login page and another as the page to

Re: Do I have to use j_security_check to authenticate?

2002-04-22 Thread Benjamin Drasin
Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Do I have to use j_security_check to authenticate? Date: Mon, 22 Apr 2002 18:36:13 -0400 Hi Ben, Someone else today had similar questions so you might want to check for the subject initializing Session state during

Re: Do I have to use j_security_check to authenticate?

2002-04-22 Thread Craig R. McClanahan
On Mon, 22 Apr 2002, Benjamin Drasin wrote: Date: Mon, 22 Apr 2002 22:06:25 + From: Benjamin Drasin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Do I have to use j_security_check to authenticate? Hello all- I have a servlet based