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

fix(response): fallback to ISO-8859-1 when no charset in header #48

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

rbioteau
Copy link
Member

  • Instead of using the default JVM Charset use the ISO-8859-1 Charset
    when no charset is defined in response header.
  • Add a system property to fallback to current behavior and use the JVM
    Charset as fallback

* Instead of using the default JVM Charset use the ISO-8859-1 Charset
when no charset is defined in response header.
* Add a system property to fallback to current behavior and use the JVM
Charset as fallback
@rbioteau rbioteau force-pushed the fix/fallback_to_ISO-8859-1 branch from 048222f to 4af3b53 Compare November 19, 2020 10:51
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_275) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11.
Read more here

@rbioteau rbioteau merged commit eabd14f into master Nov 20, 2020
@rbioteau rbioteau deleted the fix/fallback_to_ISO-8859-1 branch November 20, 2020 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant