You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON text SHALL be encoded in UTF-8, UTF-16, or UTF-32. The default encoding is UTF-8 ...
but in the absence of an explicit charset specified in the content-type header, ResponseBuilder.build parses it into text using iso-8859-1 (via HttpResponse.getContentAsString()) which isn't even a legal charset for JSON.
The text was updated successfully, but these errors were encountered:
Per https://tools.ietf.org/html/rfc7159#section-8.1
but in the absence of an explicit charset specified in the content-type header, ResponseBuilder.build parses it into text using iso-8859-1 (via HttpResponse.getContentAsString()) which isn't even a legal charset for JSON.
The text was updated successfully, but these errors were encountered: