[ https://issues.apache.org/activemq/browse/CAMEL-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60177#action_60177 ]
Claus Ibsen commented on CAMEL-2833: ------------------------------------ Willem I have committed a fix to fix the broken tests: 956460. The IOHelper.getCharSet will fallback and return UTF-8 which broke the test in {{HttpBindingPreservePostFormUrlEncodedBodyTest}}. I add a 2nd method to *not* fallback and use the default charset to have the test working and it to do as it did before. That jpg file is still missing so please commit it. And please run tests of camel-http and camel-jetty on your computer before committing. They dont take that long time to run, approx 5 min. > Support for Binary Files in HttpProducer > ---------------------------------------- > > Key: CAMEL-2833 > URL: https://issues.apache.org/activemq/browse/CAMEL-2833 > Project: Apache Camel > Issue Type: Improvement > Components: camel-http > Affects Versions: 2.3.0 > Environment: Camel 2.3.0 > Reporter: Nick Heudecker > Assignee: Willem Jiang > Fix For: 2.4.0 > > Attachments: http_producer_file_request_entity_patch.txt > > > Presently, the HTTP Component doesn't support transferring binary files. The > attached patch adds support. Tested successfully using a file -> http route > with a PUT. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.