-
Notifications
You must be signed in to change notification settings - Fork 310
[톰캣 구현하기 - 3, 4단계] 오잉(이하늘) 미션 제출합니다. #428
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1106124
ThreadTest
hanueleee 4322e3f
refactor: StartLine을 RequestLine으로 클래스명 변경
hanueleee e30478e
feat: MehodNotAllowedException과 BadRequestException 추가
hanueleee 58a5a13
refactor: Servlet을 interface에서 abstract class로 변경
hanueleee e42b251
refactor: HttpHeaders를 ResponseHeaders와 RequestHeaders로 분리
hanueleee d0247a5
feat: Http11Processor에 BadRequestException과 MethodNotAllowedException…
hanueleee e9944ef
chore: 정렬
hanueleee 8ae737d
feat: Thread Pool 설정
hanueleee 46f7831
chore: 주석 제거
hanueleee 7638e9c
refactor: HttpRequest의 findStartLine 메소드의 이름을 findRequestLine으로 수정
hanueleee 2d9435d
feat: 회원가입 기능에서 이미 존재하는 account일 경우 예외처리
hanueleee 4e7b850
feat: ContentType에 svg 추가
hanueleee 5164eb0
refactor: 에러 핸들링 로직을 Http11Processor에서 Servlet으로 이동
hanueleee 17cb371
feat: 각 Servlet별 ALLOWED_METHOD 설정
hanueleee 8996b10
refactor: Servlet의 생성자의 접근제어자 수정 및 필드명 변경
hanueleee c7d80ee
refactor: Servlet의 handleMethodNotAllowed 메소드의 불필요한 인자 제거
hanueleee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
...ote/http11/common/request/HttpMethod.java → ...ache/coyote/http11/common/HttpMethod.java
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
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
22 changes: 5 additions & 17 deletions
22
...che/coyote/http11/common/HttpHeaders.java → ...http11/common/request/RequestHeaders.java
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
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
54 changes: 30 additions & 24 deletions
54
tomcat/src/main/java/org/apache/coyote/http11/common/response/HttpResponse.java
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.