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

2002-08-14 Thread Mark Schmeets
, 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 PROTECTED] To: Tomcat Users List [EMAIL

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

2002-08-14 Thread Ralph Einfeldt
]] 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: Date: Tue, 13 Aug 2002 22:56:32 -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-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 cookie - where did it go? whoa, that seems like

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

2002-08-14 Thread Mark Schmeets
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 application knows who

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 cookie - where did it go? Well, I know

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

2002-08-14 Thread Mark Schmeets
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] Subject: RE: j_username in session cookie - where did it go? Well, I know

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 cookie - where did it go? Thanks Craig. Don't

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

2002-08-14 Thread Ed Thompson
: 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] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

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

2002-08-14 Thread Milt Epstein
, 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] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

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 - where did it go? OK, exploring

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

2002-08-14 Thread Ed Thompson
: 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 directory, and it indicates remote User is null. Am I missing something else? Are you

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

2002-08-14 Thread Milt Epstein
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 directory, and it indicates remote User is null. Am I missing something

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

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 - where did it go? I have just upgraded

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

2002-08-13 Thread Ed Thompson
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] To: Tomcat Users List [EMAIL PROTECTED] Subject: j_username in session cookie - where did it go

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 - where did it go? I was also scrapping