|
public void onAuthenticationFailure(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception) throws IOException, ServletException {
|
|
public void onAuthenticationFailure(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception) throws IOException, ServletException {
|
|
response.setHeader("Content-Type", "application/json;charset=utf-8");
|
|
response.setHeader("Content-Type", "application/json;charset=utf-8");
|