Skip to content

Commit

Permalink
Issue #12309 replaced transient keyword for SessionAuthentication.ses…
Browse files Browse the repository at this point in the history
…sion (#12310)
  • Loading branch information
janbartel authored Sep 25, 2024
1 parent 018647d commit 04fd45d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class SessionAuthentication extends LoginAuthenticator.UserAuthentication

private final String _name;
private final Object _credentials;
private Session _session;
private transient Session _session;

public SessionAuthentication(String method, UserIdentity userIdentity, Object credentials)
{
Expand Down

0 comments on commit 04fd45d

Please sign in to comment.