Closed
Description
Affects: 5.1.9.RELEASE
The entry set returned from the result of calling HttpHeaders.readOnlyHttpHeaders(HttpHeaders)
does not maintain the original headers' ordering. This is a regression from 5.1.0 that I think was introduced in 5.1.1 in ce7278a. I believe the set is unordered due to the use of Collectors.toSet()
which creats an unordered Set
: