mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Prior to this commit, securityDelegateMockMvcHtmlUnitDriverCustomizer did not have an @Bean annotation and therefore was not registered as a bean in SecurityMockMvcAutoConfiguration. See gh-50602 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>