spring-framework/spring-webmvc
Rossen Stoyanchev 4b24bcb799 More accurate checks for presence of MediaType.ALL
Typically a straight up equals as well as Collections#contains
checks for MediaType.ALL is susceptible to the presence of
media type parameters.

This commits adds equalsTypeAndSubtype as well as an
isPresentIn(Collection<MimeType>) methods to MimeType to faciliate
with checks for MediaType.ALL.

Issue: SPR-17550
2019-01-02 14:32:50 -05:00
..
src More accurate checks for presence of MediaType.ALL 2019-01-02 14:32:50 -05:00
spring-webmvc.gradle Upgrade to WebJars Locator 0.36 and OkHttp 3.12.1 2018-12-25 13:22:17 +01:00