RE: Getting USERNAME/PASSWORD from HTTP headers

2002-05-24 Thread Oscar Jiménez Ribera
request.getUserPrincipal().getName() if you use an auth-method -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Donie Kelly
OK fillup, I'll do that :( Donie -Original Message- From: Phillip Morelock [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 21:27 To: Tomcat Users List Subject: Re: Getting USERNAME/PASSWORD from HTTP headers there have been several discussions here of problems

Re: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Phillip Morelock
yd Meinholz [mailto:[EMAIL PROTECTED]] > Sent:23 May 2002 20:48 > To:'Tomcat Users List' > Subject:RE: Getting USERNAME/PASSWORD from HTTP headers > > This nice way is: request.getRemoteUser(). However, this doesn't seem to > work with mod_webapp,

RE: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Donie Kelly
etc. Seems to be different than mod_webapp. Lloyd > -Original Message- > From: Donie Kelly [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 3:35 PM > To: 'Tomcat Users List' > Subject: RE: Getting USERNAME/PASSWORD from HTTP headers > > > That's

Re: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Phillip Morelock
> That's grand but I then have to base64 decode the result. I was hoping there > was a nice way ;) > > Donie > > > -Original Message- > From: Phillip Morelock [mailto:[EMAIL PROTECTED]] > Sent:23 May 2002 20:38 > To:Tomcat Users

RE: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Lloyd Meinholz
-Original Message- > From: Donie Kelly [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 3:35 PM > To: 'Tomcat Users List' > Subject: RE: Getting USERNAME/PASSWORD from HTTP headers > > > That's grand but I then have to base64 de

RE: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Donie Kelly
That's grand but I then have to base64 decode the result. I was hoping there was a nice way ;) Donie -Original Message- From: Phillip Morelock [mailto:[EMAIL PROTECTED]] Sent: 23 May 2002 20:38 To: Tomcat Users List Subject: Re: Getting USERNAME/PASSWORD from

Re: Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Phillip Morelock
request.getHeader() see the documentation for HttpServletRequest On 5/23/02 12:27 PM, "Donie Kelly" <[EMAIL PROTECTED]> wrote: > Hi all > > How do I get the username and password from the http authentication > headers... > > Thanks > > Donie > > > > -- > To unsubscribe, e-mail:

Getting USERNAME/PASSWORD from HTTP headers

2002-05-23 Thread Donie Kelly
Hi all How do I get the username and password from the http authentication headers... Thanks Donie -- To unsubscribe, e-mail: For additional commands, e-mail: