j_username in session cookie - where did it go?

2002-08-13 Thread Ed Thompson
I have just upgraded (uninstalled and reintsalled) from Tomcat 3.2 to Tomcat 4.0.4. I am using form based authentication, and found under 3.2 I could pull j_username out of the session cookie after authenticaion was done. Now under Tomcat 4 it doesn't seem to be there. I know I tried it under T

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Ben Walding
It was possibly an undocumented (and not part of the spec) feature. You should just use => request.getRemoteUser() Where request is passed in through doGet(request, response) or however that works in JSP. Ed Thompson wrote: >I have just upgraded (uninstalled and reintsalled) from Tomcat 3.2

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, Ed Thompson wrote: > Date: Tue, 13 Aug 2002 21:57:53 -0400 > From: Ed Thompson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: j_username in session cookie -

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Ed Thompson
10:41 PM Subject: Re: j_username in session cookie - where did it go? > > > On Tue, 13 Aug 2002, Ed Thompson wrote: > > > Date: Tue, 13 Aug 2002 21:57:53 -0400 > > From: Ed Thompson <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, Ed Thompson wrote: > Date: Tue, 13 Aug 2002 22:56:32 -0400 > From: Ed Thompson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: j_username in session cookie

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
Tuesday, August 13, 2002 11:11 PM To: Tomcat Users List Subject: Re: j_username in session cookie - where did it go? On Tue, 13 Aug 2002, Ed Thompson wrote: > Date: Tue, 13 Aug 2002 22:56:32 -0400 > From: Ed Thompson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PR

AW: j_username in session cookie - where did it go?

2002-08-14 Thread Ralph Einfeldt
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 11:11 PM > To: Tomcat Users List > Subject: Re: j_username in session cookie - where did it go? > > > > > On Tue, 13 Aug 2002, Ed Thompson wrote: >

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 10:54:04 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session c

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
day, August 14, 2002 12:18 PM To: Tomcat Users List Subject: AW: j_username in session cookie - where did it go? Was has the security on the data level to do with Craigs answer? The container makes the authentication, that is it checks the username and password against a Realm. After that the a

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 13:47:48 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session cook

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
in session cookie - where did it go? On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 13:47:48 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > S

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: > Date: Wed, 14 Aug 2002 15:12:08 -0400 > From: Mark Schmeets <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: j_username in session coo

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
t Users List" <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:41 PM Subject: Re: j_username in session cookie - where did it go? > > > On Tue, 13 Aug 2002, Ed Thompson wrote: > > > Date: Tue, 13 Aug 2002 21:57:53 -0400 > > From: Ed Thompson <[EMAIL PROTECTED]&

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
D]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, August 13, 2002 10:41 PM > Subject: Re: j_username in session cookie - where did it go? > > > > > > > > On Tue, 13 Aug 2002, Ed Thompson wrote: > > > > > Date: Tue

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Ed Thompson wrote: > Date: Wed, 14 Aug 2002 19:27:03 -0400 > From: Ed Thompson <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: j_username in session cookie - w

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
t: Wednesday, August 14, 2002 7:54 PM Subject: Re: j_username in session cookie - where did it go? > On Wed, 14 Aug 2002, Ed Thompson wrote: > > > OK, exploring the alternatives - > > > > I authenticate, then I call the snoop.jsp in the tomcat examples > > di

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
quot; <[EMAIL PROTECTED]> > Sent: Wednesday, August 14, 2002 7:54 PM > Subject: Re: j_username in session cookie - where did it go? > > > > On Wed, 14 Aug 2002, Ed Thompson wrote: > > > > > OK, exploring the alternatives - > > > > > > I authen