[
https://issues.apache.org/jira/browse/CAMEL-8272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14291579#comment-14291579
]
Julian Cable commented on CAMEL-8272:
-------------------------------------
Thanks Claus, I don't know if it is worth a separate ticked but there is an
error on the wiki page:
Type Converter
"The Box component also provides a Camel type converter to convert GenericFile
objects from File component to a
com.box.restclientv2.requestsbase.BoxFileUploadRequestObject to upload files to
Box.com. The target folderId for the upload can be specified in the header
property CamelBox.folderId. If the header is not specified the value defaults
to "0" for the root folder ID. "
"header property" should read "exchange property" and "If the header" should
read "If the property"
http://camel.apache.org/box.html
> Camel-box socks proxy implementation is incomplete
> --------------------------------------------------
>
> Key: CAMEL-8272
> URL: https://issues.apache.org/jira/browse/CAMEL-8272
> Project: Camel
> Issue Type: Bug
> Components: camel-box
> Affects Versions: 2.14.1
> Environment: any
> Reporter: Julian Cable
> Fix For: 2.14.2, 2.15.0
>
> Attachments: patch.txt
>
>
> org.apache.camel.component.box.internal.LoginAuthFlowUI looks for
> http.route.socks-proxy and sets up a socks proxy for the webClient
> org.apache.camel.component.box.internal.BoxClientHelper just passes the
> httpParams on to the underlying HttpClient but the box api uses a vanilla
> DefaultHttpClient which doesn't talk SOCKS.
> The attached patch adds socks proxy support to the main restful box
> transactions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)