Skip to content
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

[톰캣 구현하기 - 1, 2단계] 케로(김지현) 미션 제출합니다. #363

Merged
merged 23 commits into from
Sep 10, 2023

Commits on Sep 2, 2023

  1. test: study test 작성

    jyeost committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    54ab392 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. feat: 1단계 구현

    jyeost committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    15841e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64a4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb29264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6811d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9164868 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eacc340 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    0fa5274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f06bee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f94dd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    6fd3f05 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    6267087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a4c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01129fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd69461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05113e8 View commit details
    Browse the repository at this point in the history
  6. refactor: 코드 정리

    jyeost committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c53a97c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f82212 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    768114a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8117c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    4b274d1 View commit details
    Browse the repository at this point in the history
  2. feat: 로그인 성공시 응답에 set-cookie를 설정하고, 다시 로그인 페이지 요청시 쿠키에 Jsessionid가 있고…

    …, 해당 세션 매니저에 Jsessionid에 일치하는 회원정보가 있다면 index로 redirect하도록 구현
    jyeost committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    529170a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1f7020 View commit details
    Browse the repository at this point in the history