Browse Source
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-27592pull/28694/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue