Add Spring MVC-generated path suffixes to endpoint paths
Spring Security doesn't know that Spring MVC maps /foo, /foo.json and /foo/ all to the same handler. This change explicitly adds suffixes to the actuator endpoint matchers so they are properly protected.pull/618/merge
parent
97adb5c1b3
commit
72d7c286c0
Notes:
Phillip Webb
11 years ago
Fixes gh-636
Loading…
Reference in New Issue