spring-boot/spring-boot-samples/spring-boot-sample-web-secure
Dave Syer d0cf6b534b Add 3xx redirects to the "unmapped" class of requests for metrics
When Spring Security sends 302 responses to a login page we don't get
any information about the request matching in Spring MVC. Consequently
apps can end up with a lot of counter.status.302.* metrics (where
"*" can be whatever the user sent).

This change treats 3xx the same as 4xx (if it is unmapped it just gets
added to a metric called "unmapped" instead of using the actual request
path).

Fixes gh-2563
2015-07-13 13:33:30 +01:00
..
src Remove JDBC from secure-web sample 2014-09-13 06:42:59 -05:00
pom.xml Add 3xx redirects to the "unmapped" class of requests for metrics 2015-07-13 13:33:30 +01:00