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
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
TokenStore.readAccessToken and TokenStore.deserializeAccessToken called multiple times in case of valid token. The multiple calls add the processing time and return timeout many time to the clients.
Actual Behavior
TokenStore.readAccessToken and TokenStore.deserializeAccessToken called multiple times in case of valid token. The multiple calls add the processing time and return timeout many time to the clients.
In case of invalidToken, tokenExpired and tokenNotFound the mentioned classes are called only one time. The observation is found by adding custom logs in implementing classes.
Expected Behavior
TokenStore.readAccessToken and TokenStore.deserializeAccessToken should be called only one time in case of valid tokens as well.
Configuration
Version
Version and Jar used: spring-security-oauth2-2.5.0.RELEASE.jar
Sample
The text was updated successfully, but these errors were encountered:
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.
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.
Summary
TokenStore.readAccessToken and TokenStore.deserializeAccessToken called multiple times in case of valid token. The multiple calls add the processing time and return timeout many time to the clients.
Actual Behavior
TokenStore.readAccessToken and TokenStore.deserializeAccessToken called multiple times in case of valid token. The multiple calls add the processing time and return timeout many time to the clients.
In case of invalidToken, tokenExpired and tokenNotFound the mentioned classes are called only one time. The observation is found by adding custom logs in implementing classes.
Expected Behavior
TokenStore.readAccessToken and TokenStore.deserializeAccessToken should be called only one time in case of valid tokens as well.
Configuration
Version
Version and Jar used: spring-security-oauth2-2.5.0.RELEASE.jar
Sample
The text was updated successfully, but these errors were encountered: