You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
src Better handling of anonymously accessible endpoints 10 years ago
build.gradle Fixup version numbers following release 10 years ago
build.xml Fixup version numbers following release 10 years ago
ivy.xml Declare all repositories in build samples 11 years ago
ivysettings.xml Declare all repositories in build samples 11 years ago
pom.xml Next development version 10 years ago