spring-boot/spring-boot-samples
Dave Syer 63a2d06767 Explicitly disable security on management endpoints if requested
Previously the management endpoint filter was applied to all requests
if the user had disabled security.management.enabled, but since it
had no security applied it was letting all requests through.

The fix was to explicitly exclude the whole enclosing configuration
and carefully ignore the management endpoints in the normal security
chain.

Fixes gh-100.
2013-10-31 18:46:39 +00:00
..
spring-boot-sample-actuator Explicitly disable security on management endpoints if requested 2013-10-31 18:46:39 +00:00
spring-boot-sample-actuator-ui Disable whitelabel view if Thymeleaf error.html detected 2013-10-23 10:48:14 -04:00
spring-boot-sample-amqp Polish 2013-10-08 21:17:39 -07:00
spring-boot-sample-aop Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-batch Rework POMs to support automated CI release 2013-09-05 22:05:29 -07:00
spring-boot-sample-data-jpa Polish 2013-10-08 21:17:39 -07:00
spring-boot-sample-data-mongodb Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-integration Rework POMs to support automated CI release 2013-09-05 22:05:29 -07:00
spring-boot-sample-jetty Rework POMs to support automated CI release 2013-09-05 22:05:29 -07:00
spring-boot-sample-profile Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-simple Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-tomcat Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-traditional Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-web-jsp Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-web-static Polish 2013-10-08 20:30:45 -07:00
spring-boot-sample-web-ui Disable whitelabel view if Thymeleaf error.html detected 2013-10-23 10:48:14 -04:00
spring-boot-sample-websocket Apply source formatting to samples 2013-10-08 20:25:10 -07:00
spring-boot-sample-xml Polish 2013-10-08 20:30:45 -07:00
pom.xml Apply source formatting to samples 2013-10-08 20:25:10 -07:00
README.md Documentation 2013-08-05 22:36:22 -07:00

Spring Boot - Samples

We are currently still working on documentation for Spring Boot. Please check back in the future.