-
Notifications
You must be signed in to change notification settings - Fork 6k
Add serialVersionUID
to DefaultSavedRequest
and SavedCookie
#10594
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, thanks for reaching out. The absence of the Can you elaborate more on your configuration? Are you upgrading from another version? Also, if you can provide a minimal reproducible sample, it would be even better for us to analyze further. |
I am using Spring OAuth2, Spring-Session-Data-Redis and SkyWalking APM which is a java agent that enhances DefaultSavedRequest object You can reference this issue: spring-attic/spring-security-oauth#1684 Please Declare serialVersionUID on those classes Thanks |
serialVersionUID
to DefaultSavedRequest
and SavedCookie
@xhh1314 are you interested in submitting a PR to fix this? One way to do this is by using
|
Hello everyone, this is the contribution mentioned in previous threads, I hope it will be useful |
Describe the bug
the class org.springframework.security.web.savedrequest.DefaultSavedRequest and org.springframework.security.web.savedrequest.SavedCookie had implements Serializable , but did't added serialVersionUID, lead a deserialization exception
To Reproduce
use spring-session-data-redis and SkyWalking would got exception
Expected behavior
please add serialVersionUID to those class
Sample
The text was updated successfully, but these errors were encountered: