spring-boot/spring-boot-project
Brian Clozel ebb2f70e0b Make WebMvgTags use matched patterns for HTTP 404
Prior to this commit, `WebMvcTags' would always mark as "NOT_FOUND" or
"REDIRECTION" *any* exchange with responses of 404 and 3xx status, even
if those responses are actually returned by Controller handlers.

This commit checks inverts those checks and first considers if the
"BEST_MATCHING_PATTERN_ATTRIBUTE" request attribute is present and uses
it - then falls back to "NOT_FOUND" and "REDIRECTION" to avoid
cardinality explosion.

Fixes gh-12577
2018-03-29 20:33:07 +02:00
..
spring-boot Make intermediate classes in type hierarchy of public class public 2018-03-29 08:51:46 +02:00
spring-boot-actuator Make WebMvgTags use matched patterns for HTTP 404 2018-03-29 20:33:07 +02:00
spring-boot-actuator-autoconfigure Start building against Spring REST Docs 2.0.1 snapshots 2018-03-29 14:22:55 +01:00
spring-boot-autoconfigure Polish contribution 2018-03-29 08:53:17 +02:00
spring-boot-cli
spring-boot-dependencies Start building against Spring REST Docs 2.0.1 snapshots 2018-03-29 14:22:55 +01:00
spring-boot-devtools
spring-boot-docs Fix typo 2018-03-29 08:56:55 +02:00
spring-boot-parent Configure Kotlin compiler to use -java-parameters by default 2018-03-28 12:24:17 +01:00
spring-boot-properties-migrator
spring-boot-starters Add reference to Sprout Platform starter 2018-03-29 11:13:50 +02:00
spring-boot-test
spring-boot-test-autoconfigure
spring-boot-tools Prevent StackOverFlowException in metadata processor 2018-03-28 07:58:13 -07:00
pom.xml