Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #12309 replaced transient keyword for SessionAuthentication.session #12310

Merged

Conversation

janbartel
Copy link
Contributor

Closes #12309

The transient keyword was removed from the SessionAuthentication class private data member Session session. This leads to problems because the SessionAuthentication itself is stored in the session during some forms of authentication, such as form or openid. Thus, if the session needs to be passivated, there is a backpointer to itself.

@janbartel janbartel added the Bug For general bugs on Jetty side label Sep 25, 2024
@janbartel janbartel requested a review from gregw September 25, 2024 01:18
@janbartel janbartel self-assigned this Sep 25, 2024
@janbartel janbartel merged commit 04fd45d into jetty-12.0.x Sep 25, 2024
12 of 13 checks passed
@janbartel janbartel deleted the jetty-12.0.x-12309-transient-SessionAuthentication branch September 25, 2024 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

SessionAuthentication._session is not marked as transient
2 participants