You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jann VanOver <Ja...@loudeye.com> on 2001/06/06 22:54:58 UTC

RE: Complete credentials

Nowhere, I hope!  You should never be able to "get" a password.  You should
only "send" passwords to determine authentication.  If the user is
authenticated, the getRemoteUser() will return a non-null.

-----Original Message-----
From: Andrew [mailto:asd@ezan.ac.ru]
Sent: Saturday, May 19, 2001 11:18 AM
To: tomcat-user@jakarta.apache.org
Subject: Complete credentials


    Hi, where I can find out user password for user from
request.getRemoteUser()?
Thanks.