Improve documentation on support for a language-only Locale requested via "Accept-Language" #28673
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
Milestone
This test should pass. If a client requests
en-GB, en
and the supported locales arede-DE, en-US
then this should resolve to US becauseen
(English of any kind) matchesen-US
(US English). Instead it incorrectly resolves toen-GB
.Note: There is an existing test with the same name that I believe has this wrong:
This test should also pass but not because it "matches" -- it should resolve to ENGLISH because that's the only supported locale.
This affects all versions.
The text was updated successfully, but these errors were encountered: