spring-boot/spring-boot-samples/spring-boot-sample-actuator/src
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
..
main Allow /health to be accessed anonymously irresepctive of its sensitivity 2014-11-27 14:51:57 +00:00
test Better handling of anonymously accessible endpoints 2014-11-28 06:33:30 +00:00