Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java][apache-httpclient] Use EntityUtils#toString instead of Scanner for deserialization #17998

Merged
merged 1 commit into from
Mar 2, 2024
Merged

[Java][apache-httpclient] Use EntityUtils#toString instead of Scanner for deserialization #17998

merged 1 commit into from
Mar 2, 2024

Commits on Mar 1, 2024

  1. [JAVA][apache-httpclient] Use EntityUtils#toString instead of ``S…

    …canner``
    
    ``EntityUtils#toString`` automatically selects the correct encoding based on the received request.
    Scanner currently uses the JVM default encoding, which doesn't always work.
    AB-xdev committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    844661b View commit details
    Browse the repository at this point in the history