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

[Bug] JwtAuthentication 인증과정에서 컨트롤러 생략 문제 #53

Open
elyudwo opened this issue Jun 13, 2023 · 0 comments
Open
Assignees
Labels
🐞 Bug 발견된 버그 (목록, 해결 여부) New Feature 신규 기능 (목표, 달성률)

Comments

@elyudwo
Copy link
Contributor

elyudwo commented Jun 13, 2023

📋 이슈 내용

컨트롤러에서 아래와 같은 Rest API를 생성한 뒤 로그인 했는데 서블릿 response 값으로 아무것도 안 오는 버그가 생깁니다.

image

원래대로라면
HTTP 요청 -> WAS -> 필터 -> 서블릿 -> 스프링 인터셉터 -> 컨트롤러
과정을 거치기 때문에 위 컨트롤러 코드 대로 userLoginReqDto 를 반환해주는게 맞는데 왜 안되는지 모르겠습니다.

✅ 체크리스트

컨트롤러에서 서블릿 응답 반환을 못 해 줘서 successfulAuthentication 메소드에서 직접 서블릿 응답을 추가해 반환했습니다
[준형님코드 참고]

image

image

📚 레퍼런스

@elyudwo elyudwo added 🐞 Bug 발견된 버그 (목록, 해결 여부) New Feature 신규 기능 (목표, 달성률) labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 발견된 버그 (목록, 해결 여부) New Feature 신규 기능 (목표, 달성률)
Projects
None yet
Development

No branches or pull requests

2 participants