spring-framework/spring-web
Sam Brannen f806594e60 Introduce getOrEmpty(String) convenience method in HttpHeaders
This commit introduces a getOrEmpty(String) method in HttpHeaders that
returns an immutable, empty list if no values are present for the
specified header name. This is provided as a convenience over the
existing get(String) method which returns null in such cases.

Closes gh-22949
2019-05-22 15:26:45 +02:00
..
src Introduce getOrEmpty(String) convenience method in HttpHeaders 2019-05-22 15:26:45 +02:00
spring-web.gradle Merge branch '5.1.x' 2019-05-21 21:06:38 +02:00