Spring Security AuthenticationEventPublisher is not injected in AuthenticationManagerBuilder for the HttpSecurity prototype built in HttpSecurityConfiguration
When building a SecurityFilterChain from HttpSecurity, a prototype is built in HttpSecurityConfiguration. However, this ...