DefaultServerHttpRequestBuilder
can create case-sensitive Headers
instances
#33666
Milestone
DefaultServerHttpRequestBuilder
can create case-sensitive Headers
instances
#33666
In 6.2.0-M5, the
DefaultServerHttpRequestBuilder
was modified to ensure copying read-only headers would result in a mutableHttpHeaders
instance. Unfortunately, the way this is implemented has a side effect: the case-insensitive nature of the headers is lost.See https://github.com/spring-projects/spring-framework/pull/32097/files#r1791264218
The text was updated successfully, but these errors were encountered: