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
I'm using platformHttp as a consumer and I'm sending a multipart request with file upload. The form name attribute of form-data is not set in Camel, see also attachments below and the reproducer url.
Bug description
I'm using platformHttp as a consumer and I'm sending a multipart request with file upload. The form name attribute of form-data is not set in Camel, see also attachments below and the reproducer url.
The multipart request:
The content of AttachmentObject:
The content of exchange.getMessage():
Reproducer url:
https://github.com/Serkan80/quarkus-issue-reproducers/tree/master/http-path-permission-issue
Current behaviour:
the filename is set as the form name.
Expected behaviour:
form name should be the name what comes in from the http request form-name attribute. In this case form-name should be "file".
The text was updated successfully, but these errors were encountered: