mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-11 18:11:39 +00:00
If a custom SecurityConfiguererAdapter applies another SecurityConfigurerAdapter it caused an error securityBuilder cannot be null. This commit fixes this.