Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 6f95a3108ae1cee69bd305348f66f23f90c0dee3
https://github.com/resteasy/Resteasy/commit/6f95a3108ae1cee69bd305348f66f...
Author: Cristian Talau <cristitalau(a)gmail.com>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M resteasy-jsapi/src/main/resources/resteasy-client.js
Log Message:
-----------
[RESTEASY-2155] Ignore charset when checking the content type (#1846)
Some reverse proxies add a charset specification after the content-type: e.g.
`application/json;charset=utf-8`. This needs to be recognized as application/json as
well.