You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 6.2.0-M5, the DefaultServerHttpRequestBuilder was modified to ensure copying read-only headers would result in a mutable HttpHeaders instance. Unfortunately, the way this is implemented has a side effect: the case-insensitive nature of the headers is lost.