Closed janbartel closed 1 month ago
Jetty version(s) jetty-12.0.x
Jetty Environment core security
The org.eclipse.jetty.security.authentication.SessionAuthentication class has a HttpSession _session data member which must be marked as transient to prevent it being serialized. This keyword is missing.
org.eclipse.jetty.security.authentication.SessionAuthentication
HttpSession _session
transient
Jetty version(s) jetty-12.0.x
Jetty Environment core security
The
org.eclipse.jetty.security.authentication.SessionAuthentication
class has aHttpSession _session
data member which must be marked astransient
to prevent it being serialized. This keyword is missing.