Why request.getRemoteUser() returns NULL ?
Created May 7, 2012
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.