Skip to content

Commit 1cb0565

Browse files
authored
Merge pull request #114 from swyp-app-team-4/fix#113-duplicate-filter-registration
[Fix] `CustomSecurityLogger`의 중복 등록 제거
2 parents 1fdd18c + f2ab829 commit 1cb0565

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/boombimapi/global/config/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
8383
response.sendError(HttpServletResponse.SC_UNAUTHORIZED, "Unauthorized")
8484
))
8585

86-
.addFilterBefore(new CustomSecurityLogger(), UsernamePasswordAuthenticationFilter.class)
8786
.addFilterAfter(new BoombimAuthExceptionFilter(objectMapper), CorsFilter.class)
8887
.addFilterAfter(new BoombimJWTFilter(jwtUtil, excludedUrls), UsernamePasswordAuthenticationFilter.class);
8988

0 commit comments

Comments
 (0)