-
Notifications
You must be signed in to change notification settings - Fork 388
[톰캣 구현하기 1, 2단계] 새양(양경호) 미션 제출합니다. #553
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
Conversation
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.
새양, 안녕하세요~ 냥인입니다. 😼 잘 지내시죠? ㅋㅋㅋ
단시간에 굉장히 많은 걸 구현하셨네요 !
배울 점이 많은 코드였어요. 고수신가요? ㅎ ㅎ
코멘트를 달다 보니 개수가 꽤 많아져서(죄송요 ^ ᵥ ^;; )
이번 단계에서는 여기서 끊고, 학습 테스트 포함 나머지 테스트 코드는 다음번에 같이 살펴볼게요.
모두 반영하고, 답변하실 필요는 없습니다.
새양이 보시기에 필요한 부분만 선택해서 진행해 주신 뒤 리뷰 요청 부탁드려요.
그리고 이미 4단계까지 구현을 끝내신 것 같아서 선택사항 두 가지 제안합니다.
1.이번 단계 PR에서 학습 테스트 포함 나머지 테스트 코드에 대한 리뷰 받기
2.다음 단계 PR에서 같이 받기
답변은 PR에 코멘트로 남겨주세요.
수고 많으셨어요. 즐(거운) 주(말) ~ ~ 👍
tomcat/src/main/java/org/apache/coyote/http11/Http11InputStreamReader.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/com/techcourse/controller/LoginController.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/org/apache/coyote/http11/Http11InputStreamReader.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/org/apache/coyote/http11/Http11InputStreamReader.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/org/apache/coyote/http11/Http11InputStreamReader.java
Show resolved
Hide resolved
tomcat/src/main/java/com/techcourse/controller/LoginController.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/com/techcourse/controller/LoginController.java
Outdated
Show resolved
Hide resolved
tomcat/src/main/java/com/techcourse/controller/LoginController.java
Outdated
Show resolved
Hide resolved
Co-authored-by: 최가희 <60508828+cutehumanS2@users.noreply.github.com>
안녕하세요 냥인! 남겨주신 코멘트들 덕분에 생각과 코드의 개선이 엄청 많이 이루어졌어요~ 감사합니다! 😆
감사합니다! 🤗 |
새양~ 굉장한 양의 코멘트를 모두 읽고 반영하셨네요! 😮 덕분에 저도 많이 배워갑니다. 진짜로요. ㅎ ㅎ 이번 단계는 이만 머지합니다. |
냥인🐈🧍♀️ 안녕하세요!
4단계까지 했지만 혼나고 일부 커밋을 드랍하고 다시 올립니다! 😢
우선 요구사항을 만족하여 최소한의 사항으로 미션을 진행해 보았어요!
잘 부탁 드립니다! 🤗
구현 사항
/
접속 시 안녕 세상 텍스트 출력/index.html
접속 시 대시보드 화면 출력/login
접속 시 로그인 페이지 출력/login
에서 파라미터로account
와password
를 줄 경우 로그인 시도/index.html
으로 이동/401.html
로 이동/register
접속 시 회원 가입 페이지 출력학습 테스트
FileTest
IOStreamTest
GreetingControllerTest
을 학습하였습니다.GreetingControllerTest
에서 학습한 캐싱은 아직 적용하지 못하였습니다!