spring-boot/spring-boot-autoconfigure
izeye 033823f493 Disable SecurityFilterAutoConfiguration when spring-security-web is missing
Previously, SecurityFilterAutoConfiguration would be created even if
spring-security-web was not on the classpath. This didn't cause a
failure as all of its beans were disabled. It was, however, wasteful,
as the configuration class was processed and a bean created for it
unnecessarily.

This commit makes the whole class conditional on the presence of
spring-security-web so that it will be skipped entirely when the
dependency is not available.

Closes gh-4160
2015-10-14 10:16:31 +01:00
..
src Disable SecurityFilterAutoConfiguration when spring-security-web is missing 2015-10-14 10:16:31 +01:00
pom.xml Log warning for template folder not found problems 2015-10-02 15:37:39 -07:00