spring-boot/spring-boot-samples/spring-boot-sample-actuator.../src/main
Madhura Bhave b93c2b9a9f Allow actuator endpoints to be used with mvcMatchers
This commit changes AbstractWebMvcEndpointHandlerMapping to
be a MatchableHandlerMapping. Additionally, EndpointRequest,
now delegates to MvcRequestMatcher for Spring MVC applications.

For all other applications, AntPathRequestMatcher is used as
a delegate.

Closes gh-13962
2018-08-16 15:41:02 -07:00
..
java/sample/actuator/customsecurity Allow actuator endpoints to be used with mvcMatchers 2018-08-16 15:41:02 -07:00
resources Harmonize endpoints exclude property 2018-02-12 14:00:40 +01:00