@@ -167,7 +166,6 @@ public class HostnameFilter implements Filter {
...
@@ -167,7 +166,6 @@ public class HostnameFilter implements Filter {
try{
try{
httpRequest=(HttpServletRequest)request;
httpRequest=(HttpServletRequest)request;
insertServerLoggingContext(httpRequest,authtype);
insertServerLoggingContext(httpRequest,authtype);
logger.info("Logging in with username {} and password {}, remote {}, authtype: {}",httpRequest.getUserPrincipal(),httpRequest.getRemoteUser(),httpRequest.getAuthType());