[
https://issues.apache.org/jira/browse/CAMEL-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844220#comment-13844220
]
Stephan Siano commented on CAMEL-7056:
--------------------------------------
The patch may be a bit more complex than necessary in order to keep the
compatibility with the url safe encoding the component offers. commons-codec
does not support to base64 encode in url safe manner in streamin mode, so I
kept the byte array based implementation for this functionality.
> Support streaming in camel-base64 data type
> -------------------------------------------
>
> Key: CAMEL-7056
> URL: https://issues.apache.org/jira/browse/CAMEL-7056
> Project: Camel
> Issue Type: Improvement
> Reporter: Stephan Siano
> Attachments:
> 0001-CAMEL-7056-Support-streaming-in-Base64-component.patch
>
>
> The current implementation of the base64 datatype does not support streaming,
> even though the underlying commons-codec implementation would support this.
> The attached patch will add streaming support to the component while keeping
> compatibility with previous versions for most cases
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)