-
Bug
-
Resolution: Done
-
Critical
-
1.2.1.GA
-
None
Setting the character encoding in the @Produces annotation does not cause the data to be encoded in that encoding.
Simple example:
@POST
@Path("init")
@Produces("text/html;charset=UTF-8")
public String init(@Context HttpServletRequest request)
Doing a POST to the above REST end point results in non-UTF8 encoded data coming back.
- is duplicated by
-
RESTEASY-467 StringTextStar character encoding support
- Closed
- is related to
-
JBPAPP-10957 Backport RESTEASY-465: Character encodings not respected by RestEasy
- Closed
-
RESTEASY-226 Unable to set character encoding of JSON output
- Closed
-
RESTEASY-269 Character set support
- Closed