You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See spring-projects/spring-framework#31327
The body used to be reconstructed, but it isn't anymore, breaking the proxy functionality.
The text was updated successfully, but these errors were encountered: