|
|
@@ -58,6 +58,7 @@ public class JsonAuthenticationFailureHandler extends SimpleUrlAuthenticationFai |
|
|
|
public void onAuthenticationFailure(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception) |
|
|
|
throws IOException, ServletException { |
|
|
|
|
|
|
|
logger.info("Authentication Failure: " + exception.getMessage() + " [" + request.getRequestURL() + "]"); |
|
|
|
logger.info("Authentication Failure: " + exception.getMessage() + " [" + request.getRemoteAddr() + "]"); |
|
|
|
|
|
|
|
String username = StringUtils.left(ServletRequestUtils.getStringParameter(request, "username"), 32); |
|
|
|