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

fix: 헤더가 빈 값이면 NPE 발생 #622

Open
mzeong opened this issue Sep 27, 2024 · 0 comments · May be fixed by #932
Open

fix: 헤더가 빈 값이면 NPE 발생 #622

mzeong opened this issue Sep 27, 2024 · 0 comments · May be fixed by #932
Assignees
Labels

Comments

@mzeong
Copy link
Contributor

mzeong commented Sep 27, 2024

📝 작업 내용

헤더에 아무 값도 넣지 않았을 때 NPE 발생

java.lang.NullPointerException: Cannot invoke "String.startsWith(String)" because "value" is null
	at com.ody.auth.token.AccessToken.validate(AccessToken.java:33)
	at com.ody.auth.token.AccessToken.<init>(AccessToken.java:28)
	at com.ody.auth.service.AuthService.parseAccessToken(AuthService.java:26)
@mzeong mzeong added this to 2024-ody Sep 27, 2024
@hyeon0208 hyeon0208 modified the milestones: 6차 스프린트, 백로그 Oct 4, 2024
@mzeong mzeong self-assigned this Dec 23, 2024
@mzeong mzeong modified the milestones: 백로그, 8차 스프린트 Dec 23, 2024
@mzeong mzeong linked a pull request Dec 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants