You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I removed several bits of a signed token,My system throws an "IllegalArgumentException", but I hope it throws "JWTDecodeException", When I checked the source code, I found that the "JWTDecoder" constructor only caught a null pointer exception and threw "JWTDecoderException". Therefore, I hope to catch the runtime exception here, so that I can handle the token parsing failure in the exception handling instance of my system
The text was updated successfully, but these errors were encountered:
When I removed several bits of a signed token,My system throws an "IllegalArgumentException", but I hope it throws "JWTDecodeException", When I checked the source code, I found that the "JWTDecoder" constructor only caught a null pointer exception and threw "JWTDecoderException". Therefore, I hope to catch the runtime exception here, so that I can handle the token parsing failure in the exception handling instance of my system
The text was updated successfully, but these errors were encountered: