Skip to content

Commit

Permalink
๐Ÿš‘ hotfix: Spring Security ๊ด€๋ จ ์˜ค๋ฅ˜ ํ•ด๊ฒฐ
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jan 9, 2024
1 parent d956242 commit 496e9b1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ protected void doFilterInternal(@NonNull HttpServletRequest request,
SecurityContextHolder.getContext().setAuthentication(authentication);
} catch (NumberFormatException e) {
log.error("refresh token์€ ์œ ์ € ์•„์ด๋””๋ฅผ ๋‹ด๊ณ ์žˆ์ง€ ์•Š์Šต๋‹ˆ๋‹ค.");
} catch (Exception e) {
log.error("Spring Security doFilter ์ค‘์— ๋ฐœ์ƒํ•œ ์—๋Ÿฌ: {}", e);
}

// ๋‹ค์Œ ํ•„ํ„ฐ๋กœ ์š”์ฒญ ์ „๋‹ฌ
filterChain.doFilter(request, response);
}
Expand Down

0 comments on commit 496e9b1

Please sign in to comment.