spring-framework/spring-webmvc
Rossen Stoyanchev 45147c23c1 Empty body checks in ConsumesRequestCondition
Normally consumes matches the "Content-Type" header but what should be done if
there is no content? This commit adds checks for method parameters with
@RequestBody(required=false) and if "false" then also match requests with no content.

Closes gh-22010
2019-05-07 22:03:36 -04:00
..
src Empty body checks in ConsumesRequestCondition 2019-05-07 22:03:36 -04:00
spring-webmvc.gradle Merge branch '5.1.x' 2019-04-12 11:37:07 +02:00