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
Open

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

mzeong opened this issue Sep 27, 2024 · 0 comments
Labels
Milestone

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants