Serkan80 opened a new issue, #5981:
URL: https://github.com/apache/camel-quarkus/issues/5981

   ### 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:
   
![camel-multipart-02](https://github.com/apache/camel-quarkus/assets/19950946/5440ef2f-eeb7-43de-82b5-9893c408b6e3)
   
   The content of AttachmentObject:
   
![camel-multipart-01](https://github.com/apache/camel-quarkus/assets/19950946/b7c54d7e-21f0-4757-a8b2-e0287cc87c92)
   
   The content of exchange.getMessage():
   
![camel-multipart-03](https://github.com/apache/camel-quarkus/assets/19950946/bfe7fc93-7c82-4bef-9019-4d9d89d597d5)
   
   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".
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to