We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment when a body inserter is selected to use on webclient, url encoded is wrongly using multi part body inserter. It should not.
4.0.0 latest master version.
Use BodyInserters.fromFormData for url encoded and BodyInserters.fromMultipartData for multipart.
BodyInserters.fromFormData
BodyInserters.fromMultipartData
The text was updated successfully, but these errors were encountered:
@hfgbarrigas thanks for the PR, which has been merged into master
Sorry, something went wrong.
No branches or pull requests
Bug Report Checklist
Description
At the moment when a body inserter is selected to use on webclient, url encoded is wrongly using multi part body inserter. It should not.
openapi-generator version
4.0.0 latest master version.
Suggest a fix
Use
BodyInserters.fromFormData
for url encoded andBodyInserters.fromMultipartData
for multipart.The text was updated successfully, but these errors were encountered: