Why request.getRemoteUser() returns NULL ?
Created Apr 17, 2002
Mikkel Bruun As specified by the documentation, this method returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
The authentication, in this case, is the http authentication.
The authentication, in this case, is the http authentication.