Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ApplicationEventPublisher explicitly to security publisher
For some reason the exception mappings are only created with the publisher is initialized in the constructor of DefaultAuthenticationEventPublisher. Changed SpringBootWebSecurityConfiguration to do that rather then relying on the ApplicationEventPublisherAware behaviour to inject it. Fixes spring-projectsgh-719
- Loading branch information