Skip to content

Commit

Permalink
Test : SpringSecurityConfig 동작 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
K-KY committed Jan 26, 2025
1 parent 7bf66ea commit 2add6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/main/java/com/seveneleven/config/JwtFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public JwtFilter(CustomUserDetailsService customUserDetailsService, TokenProvide
@Override
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {

System.out.println("JwtFilter.doFilterInternal");
String requestURI = request.getRequestURI(); // 요청 경로 확인

// Refresh 요청은 필터를 통과시키도록 설정
Expand Down

0 comments on commit 2add6d0

Please sign in to comment.