Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.3.3
-
None
Description
The content from a request can be returned as a String but that uses the Encoding as specified in the content type. Sometimes (if it is not given or even wrong) you want to be able to override it. But currently you cannot create a String with a desired encoding that is backed by the byte[] that is already there.