• Madhura Bhave's avatar
    Allow actuator endpoints to be used with mvcMatchers · b93c2b9a
    Madhura Bhave authored
    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
    b93c2b9a
Name
Last commit
Last update
..
ExampleController.java Loading commit data...
ExampleRestControllerEndpoint.java Loading commit data...
SampleActuatorCustomSecurityApplication.java Loading commit data...
SecurityConfiguration.java Loading commit data...