spring-framework/spring-web
Sam Brannen a603779f33 Return previous value in UndertowHeadersAdapter's remove() method
Prior to this commit, UndertowHeadersAdapter's remove() method violated
the java.util.Map contract by always returning null.

This commit fixes this by returning the previous list stored under the
specified key, and otherwise returning null if no previous value was
present.

Closes gh-27592
2021-10-22 14:57:12 +02:00
..
src Return previous value in UndertowHeadersAdapter's remove() method 2021-10-22 14:57:12 +02:00
spring-web.gradle Migrate CoroutinesUtils to Java 2021-09-13 17:39:45 +02:00