Hi, Why is my request.getRemoteuser() returning a null? I am running IIS 5 and Jrun 3.1. The authentication method specified on IIS is Windows NT Challenge/Respose.
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
posted
0
You can try printing out the authorization to verify it's not null. i.e out.println(request.getHeader("Authorization") It may have to do with your server's setup.
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley