Rqb 2 과제 제출 자료 다운로드 안됨 오류 수정#193
Merged
fixgramwork merged 2 commits intodevelopfrom Dec 1, 2025
Hidden character warning
The head ref may contain hidden characters: "RQB-2-\uacfc\uc81c-\uc81c\ucd9c-\uc790\ub8cc-\ub2e4\uc6b4\ub85c\ub4dc-\uc548\ub428-\uc624\ub958-\uc218\uc815"
Merged
Conversation
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.
과제 제출 자료 다운로드 오류 수정
📑 개요
제출한 과제 자료를 다운로드할 때 contentLength() 메서드 호출로 인해 발생하는 오류를 수정했습니다.
✅ 작업 내용
SubmissionCommandController에서 파일 다운로드 시 contentLength() 메서드 호출 제거
ResponseEntity 빌더에서 contentLength 설정 제거
📌 체크리스트
코드 컨벤션을 지켰나요?
커밋 메시지 컨벤션을 지켰나요?
테스트를 완료했나요?