+ Authentication.AUTHENTICATION_PASSWORD
+ " is given. Rest call forbidden.");
}
}
if (user == null) {
loginProtection.incrementFailedLoginTimeOffset(userString, clientIpAddress);
final HttpServletResponse resp = (HttpServletResponse) response;
resp.sendError(HttpServletResponse.SC_UNAUTHORIZED);
return;
}
try {