Hello,

1 - I have a http service setup (using camel)
        <route>
            <from uri="jetty:http://0.0.0.0:9101/clipboard/download"; />
            <to uri="bean:clipboardBean?method=download" async="false" />
        </route>

2 - When I download a (txt or binary) file directly from this http service,
download is ok.

3 - When I add a http bridge between the service and downloader BINARY files
can't be downloaded -> 0KB, text files still download ok.
       <route>
            <from
uri="jetty:http://0.0.0.0:8201/clipboard?matchOnUriPrefix=true"; />
            <to uri="http://0.0.0.0:9101?bridgeEndpoint=true"; />
        </route>

How can I enable bridging of binary file downloads over HTTP ???

Best regards,
Raymond Domingo
-- 
View this message in context: 
http://old.nabble.com/bridging-binary-files-over-http-tp28178639p28178639.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to