Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct charset determination in HttpResponseBody
Remove use of platform's default charset when determining if the charset of the string is UTF-8, which was leading to wrong results if the platform's default charset was not UTF-8. Related to: - zaproxy#2935 - Wrong charset used in response body if no charset set - zaproxy#2941 - Attempt to determine (String) body's charset
- Loading branch information