Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HttpHeaders.getAcceptableLangauges() on empty headers
`jakarta.ws.rs.core.HttpHeaders.getAcceptableLangauges` 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