-
Bug
-
Resolution: Done
-
Major
-
6.2.5.Final
-
None
Same as https://github.com/quarkusio/quarkus/issues/36227 with RESTEasy Reactive in Quarkus - the Accept-Language header is not parsed correctly for all cases covered in https://www.rfc-editor.org/rfc/rfc9110#language.tags, with some examples from https://www.w3.org/International/articles/language-tags/.
I also noticed that the tests for parsing the header are assuming case sensitivity, where https://www.rfc-editor.org/rfc/rfc5646.html#section-2.1.1 specifies it should be treated as case insensitive.
- is incorporated by
-
WFLY-19031 Upgrade RESTEasy from 6.2.7.Final to 6.2.8.Final
- Closed
- is triggering
-
RESTEASY-3471 Update where Locale's are created to use the LanguageHelper and add a way to get the locale if the language tag is undefined
- Resolved