RESTEasy returns media types with double-quoted charset in EAP 6
Issue
-
RESTEasy in EAP 6 returns the media type like this:
application/json;charset="UTF-8" -
The problem is that the
UTF-8is quoted. Jersey 1.19 returns the media type like this:application/json;charset=UTF-8 -
Is this a bug in RESTEasy?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.