Processing of charset in Content-Type Header not case-insensitive #29416
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Affects: 6.0.0-RC2
Given the following Controller:
When accessing this endpoint via curl I get different behaviours for the following requests:
Success: (when using lower case utf-8)
Failure: (when using upper case UTF-8)
This behavior is new with the 6.0 stream. With 5.3 both requests delivered a 200 response.
The text was updated successfully, but these errors were encountered: