You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test: 학습 테스트 완료
* feat: index.html 응답하도록 수정
* feat: CSS, js 파일을 지원하도록 수정
* feat: 로그인 시 user 정보 logging 기능 추가
* feat: 로그인 결과에 따라 적절한 페이지로 리다이렉트 하도록 추가
* feat: 회원가입 기능 추가
* feat: 쿠키에 JSESSIONID 값 저장하는 기능 추가
* feat: 유효한 Session이 존재하면 index.html 로 리다이렉트하는 기능 추가
* test: 통합 테스트 추가
* fix: 헤더 알파벳 순 정렬 추가
* refactor: optional 값 변수로 추출
* refactor: stream 에 try-with-resources 적용
* fix: 로깅 삭제
* refactor: 생성자 접근 제어자 변경
* refactor: 불필요한 출력문 삭제
* refactor: 쿠키 파싱 로직 리팩터링
* refactor: static 클래스 private 생성자 추가
* refactor: EnumMap 으로 변경
* refactor: 변수 이름 변경
* refactor: assertAll 로 감싸도록 변경
* refactor: HttpMethod가 같은지 확인하는 메서드 추가
* refactor: 사용하지 않는 생성자 삭제
* refactor: 생성자 접근 제어자를 private 으로 변경
* refactor: 세션 검증 메서드 추가
* refactor: HttpRequest 생성 책임 분리
* refactor: 빈 favicon 파일 추가
* refactor: 메서드 이름 변경
* refactor: 어색하지 않은 변수 이름으로 변경
* refactor: 메서드 이름 오타 수정
0 commit comments