----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> getRemoteUser() certainly is part of JSDK 2.0, and it is implemented in
> JServ 1.1.
> Did you use it in a servlet and fopund you got nothing?

Ow... Indeed, it returned a null-value... If it *is* implemented, what do I
do wrong??

I use it in a servlet to get the remote username.
This is my code:

bla bla...

String user = request.getRemoteUser();
out.println(user);

bla bla....

Kind regards,
Met vriendelijke groet,
Tim Stoop





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to