[Bug] NettyHeadersAdapter duplicates values when header case is mixed #33931
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Hello Spring maintainers,
I've found a bug in the
NettyHeadersAdapter
that causes it to duplicate header values when the string case is mixed up between entries.This arises because the adapter iterates through the underlying entries using a case-insensitive method to get the values.
I've reproduced this on 6.2.0
Reproducer:
The text was updated successfully, but these errors were encountered: