You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/27 18:35:34 UTC

[jira] [Commented] (CAMEL-7876) GroupIterator should respect the exchange's CHARSET_NAME property.

    [ https://issues.apache.org/jira/browse/CAMEL-7876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14150656#comment-14150656 ] 

ASF GitHub Bot commented on CAMEL-7876:
---------------------------------------

GitHub user tellisnz opened a pull request:

    https://github.com/apache/camel/pull/286

    CAMEL-7876 ensure GroupIterator uses the exchange's CHARSET_NAME property

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellisnz/camel CAMEL-7876

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/286.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #286
    
----
commit 0986833fa6966c2e85b25be80aa3097409e18dfa
Author: Tom Ellis <te...@gmail.com>
Date:   2014-09-27T16:27:33Z

    CAMEL-7876 ensure GroupIterator uses the exchange's CHARSET_NAME property

----


> GroupIterator should respect the exchange's CHARSET_NAME property.
> ------------------------------------------------------------------
>
>                 Key: CAMEL-7876
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7876
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.14.0
>            Reporter: Tom Ellis
>            Priority: Minor
>
> Line 141 of GroupIterator calls toString on it's ByteArrayOutputStream, thereby utilising the default encoding set for the JVM.
> This can cause issues when say splitting an exchange's body using token/groups with a different encoding from that of the JVM's default.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)