[ 
https://issues.apache.org/jira/browse/SYNAPSE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595907#action_12595907
 ] 

Andreas Veithen commented on SYNAPSE-261:
-----------------------------------------

* The VFS and mail transports now rely on message formatters (selected by 
BaseUtils.getMessageFormatter) for all outgoing messages. PlainTextFormatter 
has been corrected to respect charset encodings. See commit comments for more 
details.
* The encoding issue for files picked up by VFSTransportListener has been 
solved using the strategy outlined in SYNAPSE-304.

The issue is now solved completely, but still need to check documentation and 
samples.



> VFS transport doesn't handle text file encoding
> -----------------------------------------------
>
>                 Key: SYNAPSE-261
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-261
>             Project: Synapse
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>             Fix For: 1.2
>
>
> * VFSUtils#getMessageTextPayload reads the file into a byte[] and constructs 
> a String object from it without specifying the encoding.
> * VFSTransportSender#populateResponseFile uses String#getBytes without 
> specifying the encoding.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to