Conversation
- Filter 내부에서 GeneralException을 throw 하던 방식을 직접 Response에 작성하는 방식으로 변경 (Filter 예외가 DispatcherServlet까지 전파되어 Servlet.service() 에러 로그가 발생하는 문제 해결) - JWTAuthenticationFilter에서 @component 어노테이션 제거 (서블릿 필터 자동 등록 방지 및 SecurityConfig의 필터 체인 제어권 강화) - Prometheus(/actuator) 등 모니터링 경로 호출 시 발생하는 무의미한 WARN 로그 차단 - 리프레시 토큰(RT) 만료/부재 시 401 Unauthorized 응답을 JSON 형태로 직접 반환하도록 개선
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❗Pull Request!
연관 이슈
📝 작업 상세 내용
✅ 체크리스트
🙋🏻♀️ 리뷰 요구사항 (optional)