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