[
https://issues.apache.org/jira/browse/AXIS2C-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Samisa Abeysinghe updated AXIS2C-1453:
--------------------------------------
Priority: Blocker (was: Critical)
Fix Version/s: 1.7.0
Lets fix this too for 1.7
> CDATA is not correctly parsed by guththila
> -------------------------------------------
>
> Key: AXIS2C-1453
> URL: https://issues.apache.org/jira/browse/AXIS2C-1453
> Project: Axis2-C
> Issue Type: Bug
> Components: guththila
> Affects Versions: 1.6.0
> Reporter: Olivier Mengué
> Priority: Blocker
> Fix For: 1.7.0
>
>
> guththila does not correcly parses <![CDATA[ ... ]]>
> Here is the result of axiom_node_create_from_buffer/axiom_note_to_string:
> Input: <root><![CDATA[abc{def]]></root>
> Result: <root></root>
> Expected: <root>abc&#123;def</root>
> Input: <root><![CDATA[abc</root>def]]></root>
> Result: <root>/root>def]]></root>
> Expected: <root>abc<root>def</root>
--
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]