We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
문제: 쿠키값에 이상한 값을 넣어 보내면 500 에러 발생
예외 핸들링이 필요해보입니다.
[2024-10-15 11:39:12:783189] [http-nio-8080-exec-6] ERROR [site.coduo.common.controller.CommonExceptionHandler.handleException:49] - Invalid compact JWT string: Compact JWSs must contain exactly 2 period characters, and compact JWEs must contain exactly 4. Found: 0 io.jsonwebtoken.MalformedJwtException: Invalid compact JWT string: Compact JWSs must contain exactly 2 period characters, and compact JWEs must contain exactly 4. Found: 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
문제: 쿠키값에 이상한 값을 넣어 보내면 500 에러 발생
예외 핸들링이 필요해보입니다.
The text was updated successfully, but these errors were encountered: