Skip to content

Commit 04fd45d

Browse files
authored
Issue #12309 replaced transient keyword for SessionAuthentication.session (#12310)
1 parent 018647d commit 04fd45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-core/jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class SessionAuthentication extends LoginAuthenticator.UserAuthentication
4343

4444
private final String _name;
4545
private final Object _credentials;
46-
private Session _session;
46+
private transient Session _session;
4747

4848
public SessionAuthentication(String method, UserIdentity userIdentity, Object credentials)
4949
{

0 commit comments

Comments
 (0)