-
Couldn't load subscription status.
- Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: regressionA bug that is also a regressionA bug that is also a regression
Milestone
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
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: regressionA bug that is also a regressionA bug that is also a regression