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 2015/10/17 21:43:05 UTC

[jira] [Commented] (CAMEL-9233) ZipFileDataFormat doesn't take exchange's charset into account

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

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

GitHub user rendesg opened a pull request:

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

    CAMEL-9233 fix

    Exchange is added as parameter for the TypeConverter

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

    $ git pull https://github.com/rendesg/camel CAMEL-9233

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

    https://github.com/apache/camel/pull/648.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 #648
    
----
commit 787bf76e9b61bc679f523c35dfe1de6d0ec42060
Author: rendesg <ga...@gmail.com>
Date:   2015-10-17T19:38:40Z

    CAMEL-9233 fix
    Exchange is added as parameter for the TypeConverter

----


> ZipFileDataFormat doesn't take exchange's charset into account
> --------------------------------------------------------------
>
>                 Key: CAMEL-9233
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9233
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.16.0
>            Reporter: Gabor Rendes
>            Priority: Minor
>              Labels: camel-zipfile, charset, newbie, patch, zip
>         Attachments: apache-camel.zipfile.patch
>
>
> ZIP streams are always encoded with the default UTF-8 charset, even if in the Exchange header a different charset is set. (Exchange.CHARSET_NAME)
> (Please note that this is my first bugreport and -fix for the camel project, I hope i do it right)



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