Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HttpHeaders.getAcceptableLanguages() on empty headers
`jakarta.ws.rs.core.HttpHeaders.getAcceptableLanguages` requires that a wildcard locale is returned, if no acceptable language is specified. The previous behavior returned an empty list. Closes #44253
- Loading branch information