Skip to content

Commit

Permalink
Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalLike committed Oct 13, 2024
1 parent a2d5ef7 commit ca89dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected void unsuccessfulAuthentication(HttpServletRequest request,
HttpServletResponse response, AuthenticationException failed)
throws IOException, ServletException {
System.out.println("DEBUG HOME MADE GeonetworkOAuth2LoginAuthenticationFilter.unsuccessfulAuthentication");

failed.printStackTrace();
super.unsuccessfulAuthentication(request, response, failed);
}

Expand Down

0 comments on commit ca89dec

Please sign in to comment.