mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 17:02:51 +00:00
Fix problem when uploading file using form-data in jersey2 client (#12563)
* Fix problem when uploading file using form-data in jersey2 client * Remove serialization that is not required for most cases * Small fix
This commit is contained in:
committed by
GitHub
parent
14aef2c93d
commit
45f430f5c8
@@ -1069,7 +1069,7 @@ public class ApiClient extends JavaTimeFormatter {
|
||||
queryParams,
|
||||
allHeaderParams,
|
||||
cookieParams,
|
||||
serializeToString(body, formParams, contentType, isBodyNullable),
|
||||
null,
|
||||
method,
|
||||
target.getUri());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user