spring-boot/spring-boot-autoconfigure
Andy Wilkinson 219317e8c7 Make web security config require spring-security-web on classpath
Previously, SpringBootWebSecurityConfiguration required a web
application and @EnableWebSecurity to be on the classpath.
@EnableWebSecurity is in spring-security-config so this could lead
to the configuration being active when spring-security-web isn't
on the classpath but the rest of Spring Security is.

This commit updates SpringBootWebSecurityConfiguration to also make it
conditional on a class in spring-security-web.

Fixes gh-2717
2015-03-25 17:22:30 +00:00
..
src Make web security config require spring-security-web on classpath 2015-03-25 17:22:30 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Next development version 2015-02-26 15:26:53 -08:00