fix: 업로드 파일 용량 초과 에러 부모 핸들러 메소드 오버라이딩 방식으로 수정#425
Conversation
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (2)src/main/java/**/*.java⚙️ CodeRabbit configuration file
Files:
**/*⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (1)
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 개요
🚀 주요 변경 내용
이미 부모 핸들러에서
MaxUploadSizeExceededException예외를 핸들링하고 있어, 커스텀 에러 핸들러에서 이를 오버라이딩하는 방식으로 수정했습니다.굳이 오버라이딩 안하더라도 잘 캐치하겠지만, 에러 메시지를 한글로 사용하기 위해 위와 같이 수정했습니다.
💬 참고 사항
✅ Checklist (완료 조건)