mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-1742: Make extraInformation in AuthenticationException transient.
This commit is contained in:
parent
0cdf202b10
commit
22b7c9b905
@ -26,7 +26,7 @@ public abstract class AuthenticationException extends SpringSecurityException {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
private Authentication authentication;
|
||||
private Object extraInformation;
|
||||
private transient Object extraInformation;
|
||||
|
||||
//~ Constructors ===================================================================================================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user