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
It appears that Apache's HTTPClient uses ISO-8859-1 encoding by default, which as far as I can tell would affect all of the httpGet and httpPost calls. To be investigated if this is the cause of the other encoding issues we've had as well (such as cassproject/cass-editor#558).
On windows machines or machines where the default character encoding is not UTF-8, you will need to set a Tomcat Java parameter: -Dfile.encoding=UTF-8 to avoid character encoding errors when dealing with unicode characters.
No description provided.
The text was updated successfully, but these errors were encountered: