leehaut opened a new pull request, #6491:
URL: https://github.com/apache/hop/pull/6491

   Fixed: https://github.com/apache/hop/issues/6480
   
   This PR fixes an issue where body parameters were lost when sending 
multipart `HTTP POST` requests with file uploads.
   
   ### Fix
   - Use a single `MultipartEntityBuilder` to collect **both**:
     - text body parameters
     - binary file parts
   - Defer building and setting the request entity until all parts have been 
added
   - Ensure body parameters are preserved when file upload is enabled


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to