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

p.190,195 코드 오타 #44

Closed
snh15978 opened this issue Dec 11, 2019 · 1 comment
Closed

p.190,195 코드 오타 #44

snh15978 opened this issue Dec 11, 2019 · 1 comment

Comments

@snh15978
Copy link

190 페이지 IndexController 클래스 수정하는 부분에서,

SessionUser user = (User) httpSession.getAttribute("user");
-> SessionUser user = (SessionUser) httpSession.getAttribute("user");

타입 캐스팅이 잘못됐습니다.

195 페이지도 가운데 인용문 부분에서 User -> SessionUser로 바뀌어야 될 거 같습니다.

@jojoldu
Copy link
Owner

jojoldu commented Dec 11, 2019

@snh15978 님 제보 감사합니다 :)
#22 와 같은 이슈라 중복 라벨로 등록하겠습니다!
고맙습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants