SEC-1742: Make extraInformation in AuthenticationException transient.
This commit is contained in:
@@ -26,7 +26,7 @@ public abstract class AuthenticationException extends SpringSecurityException {
|
||||
//~ Instance fields ================================================================================================
|
||||
|
||||
private Authentication authentication;
|
||||
private Object extraInformation;
|
||||
private transient Object extraInformation;
|
||||
|
||||
//~ Constructors ===================================================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user