Skip to content

Commit

Permalink
[Chore] 코드 정리(#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 committed May 30, 2024
1 parent 7602719 commit 1e3ebc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse
jwtTokenValidator.validateAccessToken(accessToken);
doAuthentication(request, jwtTokenProvider.getSubject(accessToken));
} catch(UnauthorizedException e){
log.info("———");
throw new RuntimeException(String.valueOf(ErrorMessage.JWT_UNAUTHORIZED_EXCEPTION));
}
filterChain.doFilter(request, response);
}
Expand Down

0 comments on commit 1e3ebc3

Please sign in to comment.