Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: 07c62c2a583355c32940e1b30e826b8de9cca7ef
https://github.com/resteasy/resteasy/commit/07c62c2a583355c32940e1b30e826...
Author: Nathan Erwin <nathan.d.erwin(a)gmail.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/util/LocaleHelper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ContentLanguageHeaderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
Log Message:
-----------
Use java.util.Locale to parse the languages from the Accept-Language header.
Updated the unit tests to check the header with case insensitivity.
This is a fix for
https://issues.redhat.com/projects/RESTEASY/issues/RESTEASY-3387.
Signed-off-by:Nathan Erwin <nathan.d.erwin(a)gmail.com>
Commit: aa9101a0259a24798ceb85ba2372561f0214e472
https://github.com/resteasy/resteasy/commit/aa9101a0259a24798ceb85ba23725...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/util/LocaleHelper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/ContentLanguageHeaderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/VariantsTest.java
Log Message:
-----------
Merge pull request #4055 from jamezp/RESTEASY-3387-6.2
[RESTEASY-3387] Use java.util.Locale to parse the languages from the Accept-Language …
Compare:
https://github.com/resteasy/resteasy/compare/5d0417100475...aa9101a0259a
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications