Branch: refs/heads/3.7
Home:
https://github.com/resteasy/Resteasy
Commit: d51d05a330e85db1b51ff908099839a6b0acb209
https://github.com/resteasy/Resteasy/commit/d51d05a330e85db1b51ff90809983...
Author: Sven-Torben Janus <sventorben(a)users.noreply.github.com>
Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/mock/MockHttpResponse.java
Log Message:
-----------
[RESTEASY-2215] resteasy-core/MockHttpResponse: Fix charset detection (#1922)
Given a Content-Type header with additional parameters after the charset
parameter, then the detected charset also contains the other parameters.
For example 'application/json;charset=UTF-8;version=1.0' would lead to a
charset of 'UTF-8;version=1.0'.
This commit fixes this issues by using the semicolon as a separator.
Commit: b4989969c45b5ce80102591bcf7cf593d2c44f4f
https://github.com/resteasy/Resteasy/commit/b4989969c45b5ce80102591bcf7cf...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-04-09 (Tue, 09 Apr 2019)
Changed paths:
M eagledns/src/main/java/se/unlogic/standardutils/i18n/Language.java
Log Message:
-----------
[RESTEASY-1848] Do not use non-UTF8 chars
Compare:
https://github.com/resteasy/Resteasy/compare/e03cf191519f...b4989969c45b