spring-boot/spring-boot-autoconfigure
Madhura Bhave 95be208f0f Use IgnoredRequestCustomizer to ignore paths
Update `SpringBootWebSecurityConfiguration` to ignore requests by
delegating to `IgnoredRequestCustomizer` beans. This allows a single
Spring Boot `WebSecurityConfigurer<WebSecurity>` bean to be used which
prevents potential exceptions caused by duplicate `@Order` values.

Fixes gh-7106
2016-12-05 17:57:18 -08:00
..
src Use IgnoredRequestCustomizer to ignore paths 2016-12-05 17:57:18 -08:00
pom.xml Rename `spring-boot-junit-runners` to `spring-boot-test-support` 2016-12-01 16:25:47 +01:00