mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 19:23:30 +00:00
Before the default session fixation AuthenticationStrategy used a NullEventPublisher when using the Java Configuration. This was due to the fact that it is not exposed as a Bean and is not post processed. We now post process the default session fixation AuthenticationStrategy which initializes the EventPublisher properly.