Description
There are instance in code where User name is retrieved from httpServletRequest.getRemoteUser() via Servlets.getUserName method.
If request are coming from proxy then doAs user is impersonate as valid Atlas user, getting user name from remote will cause confusion.
So it make sense to update the usage of Servlets.getUserName to AtlasAuthorizationUtils.getCurrentUserName().
Attachments
Attachments
Issue Links
- links to