spring-boot/spring-boot-samples/spring-boot-sample-actuator
Dave Syer 3c1e48c89a Better handling of anonymously accessible endpoints
Shares the /health endpoint request mapping between security config
and MVC dispatcher. Generalizes so that instead of a marker
interface (AnonymouslyAccessibleMvcEndpoint), an MvcEndpoint
signals that it wants to control its own access rules by adding
a Principal to the @RequestMapping method parameters (more @MVC).

Fixes gh-2015 slightly differently
2014-11-28 06:33:30 +00:00
..
src Better handling of anonymously accessible endpoints 2014-11-28 06:33:30 +00:00
build.gradle Fixup version numbers following release 2014-09-04 15:40:55 -07:00
build.xml Fixup version numbers following release 2014-09-04 15:40:55 -07:00
ivy.xml Declare all repositories in build samples 2014-03-25 16:00:55 -07:00
ivysettings.xml Declare all repositories in build samples 2014-03-25 16:00:55 -07:00
pom.xml Next development version 2014-09-04 12:15:18 -07:00