On Thu, Apr 08, 1999 at 03:56:58PM +0200, KAHN, ROLAND wrote:
> When I use req.getRemoteUser() it returns a null value.
> Wich user does it mean?
> The user used to logon on your workstation?
Read the documentation:
String getRemoteUser()
Gets the name of the user making this request. The user name
is set with HTTP authentication. Whether the user name will continue
to be sent with each subsequent communication is browser-dependent.
Same as the CGI variable REMOTE_USER.
Returns: the name of the user making this request, or null if
not known.
Source:
http://jserv.javasoft.com/products/java-server/documentation/webserver1.1/apidoc/javax.servlet.http.HttpServletRequest.html#getRemoteUser()
--
Robert Crawford [EMAIL PROTECTED]
http://www.iac.net/~crawford
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html