[
https://issues.apache.org/jira/browse/SYNAPSE-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Asankha C. Perera resolved SYNAPSE-216.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.1
Assignee: Asankha C. Perera
applied patch and added test cases
thanks Andreas!
> TextFileDataSource incorrectly parses data as XML
> -------------------------------------------------
>
> Key: SYNAPSE-216
> URL: https://issues.apache.org/jira/browse/SYNAPSE-216
> Project: Synapse
> Issue Type: Bug
> Components: Core
> Affects Versions: NIGHTLY
> Reporter: Andreas Veithen
> Assignee: Asankha C. Perera
> Fix For: 1.1.1
>
> Attachments: synapse-216-patch.txt, TextFileDataSourceTest.java
>
>
> Usage of TextFileDataSource causes the data to be parsed as XML. Therefore,
> characters having a special meaning, such as ampersands, will trigger parsing
> errors. This has significant impact on XSLTMediator when the output of the
> transformation is text data:
> * When the volume of data is below the BYTE_ARRAY_SIZE threshold, the output
> is used to construct an OMText object directly and is not parsed as XML.
> * When the volume is above the threshold, TextFileDataSource is used and the
> output is parsed as XML.
> Therefore transformations that work for small messages may suddenly fail for
> larger messages.
--
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]