Merged
Conversation
- BusinessException이 발생했음에도 불구하고, GlobalExceptionHandler가 동작해서 커스텀 예외가 전달되지 않는 버그 발생 - 스프링의 컴포넌트 스캔 과정에서, 클래스가 로드되는 순서가 달라져서 발생하는 문제로 판단 - 일관된 동작 보장을 위해 @order 어노테이션을 통해 우선순위 설정
- 모먼트 수정/장소 수저 요청 시, 모먼트 참여자가 아닐 때 즉, 권한이 없을 때 403 FORBIDDEN을 반환하도록 변경
Test Results124 tests 124 ✅ 2s ⏱️ Results for commit c556085. |
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.
1차 배포 - 버그 수정 사항 반영
반영 브랜치
main->production🛠️ 개발 사항
1. 모먼트/장소의 데이터 변경 시 403 FORBIDDEN을 반환하도록 변경
2. 커스텀 예외 핸들링이 적용되지 않는 버그 픽스