spring-boot/spring-boot-devtools
Andy Wilkinson efee06fd9b Only configure remove devtools security if Spring Security is enabled
Previously, RemoteDevToolsAutoConfiguration would try to configure
Spring Security if it was on the classpath. This led to a failure if
Spring Security was on the classpath but its auto-configuration was
disabled.

This commit updates the auto-configuration to be conditional on the
presence of Spring Security’s ObjectPostProcessor bean.

See gh-3889
2015-09-03 17:48:43 +01:00
..
src Only configure remove devtools security if Spring Security is enabled 2015-09-03 17:48:43 +01:00
pom.xml Allow anonymous access to devtools remote server 2015-09-03 17:36:22 +01:00