Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefaultServerHttpRequestBuilder can create case-sensitive Headers instances #33666

Closed
simonbasle opened this issue Oct 8, 2024 · 0 comments
Closed
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@simonbasle
Copy link
Contributor

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.

See https://github.com/spring-projects/spring-framework/pull/32097/files#r1791264218

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
1 participant