mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-13 16:03:43 +00:00
The code for setting the form body parameters were wrong, e.g. the key value pair (id, 12345) would be encoded as id=%28id%2C12345%29 This commit adds a fix to the base client to correctly setting formBody values the previous pair will now be encoded as id=12345