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

MVC Form URL encoded functionality is broken #3094

Closed
spencergibb opened this issue Oct 9, 2023 · 1 comment
Closed

MVC Form URL encoded functionality is broken #3094

spencergibb opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@spencergibb
Copy link
Member

See spring-projects/spring-framework#31327

The body used to be reconstructed, but it isn't anymore, breaking the proxy functionality.

@spencergibb spencergibb added the bug label Oct 9, 2023
@spencergibb spencergibb added this to the 4.1.0-RC1 milestone Oct 9, 2023
@spencergibb spencergibb self-assigned this Oct 9, 2023
@spencergibb spencergibb changed the title MVC Form URL encoded test is broken MVC Form URL encoded functionality is broken Oct 11, 2023
@spencergibb
Copy link
Member Author

spencergibb commented Oct 11, 2023

Turns out, gateway mvc was never sending the body of form urlencoded posts, but as query parameters (something servlet containers do). Then, on the other side framework was recreating the body until recently which caused the test to fail and expose the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant