-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
장소에 색상 추가 #100
장소에 색상 추가 #100
Conversation
f415ec8
to
30ee690
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
new UnknownExceptionFilter(), | ||
new HttpExceptionFilter(), | ||
new BaseExceptionFilter(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
q: BaseException
이 HttpException
을 상속받기 때문에 실행 순서가 중요할 것 같은데요. Filter
가 순서가 적용되는지 확인을 해야할 것 같습니다. 순서가 적용된다면 순서도 바꿔야 겠네요.
제가 테스트 했을 때는 효과가 없었던 것 같아서 GlobalExceptionFilter
에서 if
로 구분했었거든요. 한번 확인해보고 알려주세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 PR 메시지에 적었는데요,
당연히 좁은 범위를 먼저 선언해야 할 것 같지만
반대로 넓은 범위를 먼저 선언해야 제대로 작동하더라구요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 PR 메시지에 적었는데요,
당연히 좁은 범위를 먼저 선언해야 할 것 같지만 반대로 넓은 범위를 먼저 선언해야 제대로 작동하더라구요
헉 충격적이군요 좋습니다
04084ad
to
1020a66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고했습니다!
📄 Summary
🙋🏻 More
🕰️ Actual Time of Completion
close #86