: Re: Realms & JSPs
request.getRemoteUser()
-Tim
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Try request.getUserPrincipal().getName().
-Original Message-
From: Hart, Justin [mailto:[EMAIL PROTECTED]
Sent: Friday, October 31, 2003 12:37 PM
To: Tomcat Users List
Subject: RE: Realms & JSPs
This seems to come up null for me, as does getAuthType().
I am using JNDIRealm... bu
: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Friday, October 31, 2003 2:58 PM
To: Tomcat Users List
Subject: Re: Realms & JSPs
request.getRemoteUser()
-Tim
Hart, Justin wrote:
> Hi, I'm kind of new to JSP programming.
>
> I was wondering, is there a way to extract the username u
Excellent, thanks :-)
-Original Message-
From: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Friday, October 31, 2003 2:58 PM
To: Tomcat Users List
Subject: Re: Realms & JSPs
request.getRemoteUser()
-Tim
Hart, Justin wrote:
> Hi, I'm kind of new to JSP programming.
>
> I
request.getRemoteUser()
-Tim
Hart, Justin wrote:
Hi, I'm kind of new to JSP programming.
I was wondering, is there a way to extract the username used to log in(I am using JNDIRealm for authentication), and use that data within the web application from the perspective of the JSP?
Any help would