-
Notifications
You must be signed in to change notification settings - Fork 6.1k
java.lang.StackOverflowError: null - Customize RestOperations / NimbusJwtDecoder #14351
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
Comments
Hi, @Christian-Schmidt-db, thanks for the report. Sadly, I'm not able to reproduce the issue with the given information. Will you please include a minimal GitHub sample that reproduces the issue? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hi, I have a problem in my Eclipse IDE during creation of "Spring Starter Project". I always encounter this error: StackOverflowError: null |
@dtejares23, sorry you are having trouble. Please post this to Stack Overflow as we prefer to use GitHub for bugs and feature requests. If you wish, you can paste the StackOverflow link here and I and others can help from there. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Referring to: #8882
When defining a custom NimbusJwtDecoder i am receiving a java.lang.StackOverflowError: null exception when processing the JWT token
To Reproduce
Dependencies:
Following security chain:
When creating custom jwtDecoder (customized restTemplate)
Spring boot resource service is throwing:
Expected behavior
JWT token should be validated as before defining custom JwtDecoder.
Disclaimer: When using the default JwtDecoder the java.lang.StackOverflowError: null does not occure
The text was updated successfully, but these errors were encountered: