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

Removal of UTF-8 charset on Form requests causes issues #33946

Open
jonkjenn opened this issue Nov 22, 2024 · 0 comments
Open

Removal of UTF-8 charset on Form requests causes issues #33946

jonkjenn opened this issue Nov 22, 2024 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged or decided on

Comments

@jonkjenn
Copy link

Sorry if I'm missing something very basic. It's a bit tricky to confirm that it's not just something weird about my setup.

There are servers that default to other encodings like ISO_8859_1 for application/x-www-urlencoded. This, #31781, seems like a breaking change towards these.

I think this is the case for standard Spring boot Tomcat applications. The default is ISO_8859_1. So this could break some standard Spring to Spring integrations.

Seems tricky to solve this on the server end unless you're certain that nobody depends on the default being ISO_8859_1.

Could it be that the new behavior should be opt-in? I have not even found a way to opt-out.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged or decided on
Projects
None yet
Development

No branches or pull requests

2 participants