You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "damian.golda@gmail.com (JIRA)" <ji...@apache.org> on 2009/01/20 18:01:59 UTC

[jira] Updated: (CAMEL-1278) VelocityEndpoint reads velocity templates using default encoding - add parameter to set encoding

     [ https://issues.apache.org/activemq/browse/CAMEL-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

damian.golda@gmail.com updated CAMEL-1278:
------------------------------------------

    Attachment: VelocityEndpoint.diff

Patch to VelocityEndpoint.java

> VelocityEndpoint reads velocity templates using default encoding - add parameter to set encoding
> ------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1278
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1278
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-velocity
>    Affects Versions: 1.5.0
>            Reporter: damian.golda@gmail.com
>         Attachments: VelocityEndpoint.diff
>
>
> VelocityEndpoints reads templates using default encoding, so I cannot get correct content while running on Windows and Linux.
> The reason is that there is used InputStreamReader constructor without encoding parameter.
> I've added simple support for setting encoding - see attached patch

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.