-
Notifications
You must be signed in to change notification settings - Fork 1.1k
NullPointerException after invalidating session #1076
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
Comments
Thanks for the report @matthews614. This is a regression caused by #1048. |
This commit improves HazelcastSessionRepository.SessionUpdateEntryProcessor to avoid NPE in scenario where save operation was invoked for session that was already deleted. See gh-1076
This was fixed in 6d02790. Fresh |
Tested it out and it looks good on our end. |
Hey together. We have the same error here. Is there a timeline when you plan to release 2.0.4.RELEASE? |
Hi @Koizumi85 - sorry for the late response, the |
I upgraded my application from Spring Boot 2.0.1 and Hazelcast 3.8.5 to Spring Boot 2.0.2 and Hazelcast 3.9.4. After doing so, I notice a NullPointerException when logging out.
I am using Spring Security and have a org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler configured to invalidate the HttpSession after logout. During a logout, Spring Session is failing with this stack trace:
The text was updated successfully, but these errors were encountered: