Closed
Description
Andy Wilkinson opened SPR-15087 and commented
This is a regression due to #19593. Consider the following:
HttpHeaders headers = new HttpHeaders();
headers.add("X-Foo", "bar");
System.out.println(headers.keySet().contains("x-foo"));
With M3 it outputs true
. With M4 it outputs false
.
Affects: 5.0 M4
Issue Links:
- LinkedCaseInsensitiveMap does not properly support Java 8's merge() and compute() methods [SPR-15026] #19593 LinkedCaseInsensitiveMap does not properly support Java 8's merge() and compute() methods