mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-09-08 20:51:41 +00:00
If a custom SecurityConfiguererAdapter applies another SecurityConfigurerAdapter it caused an error securityBuilder cannot be null. This commit fixes this.