You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Daniel Baktiar (JIRA)" <ji...@apache.org> on 2011/05/31 08:29:47 UTC

[jira] [Resolved] (CONFIGURATION-450) CDATA is not handled properly for XMLConfiguration

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

Daniel Baktiar resolved CONFIGURATION-450.
------------------------------------------

    Resolution: Invalid

I just discovered how foolish and ignorant I am. It's just a typo, missing character in the closing tag.
Sorry for the inconvenience.

> CDATA is not handled properly for XMLConfiguration
> --------------------------------------------------
>
>                 Key: CONFIGURATION-450
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-450
>             Project: Commons Configuration
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.6
>            Reporter: Daniel Baktiar
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> The XMLConfiguration does not handle XML CDATA escape properly. For example:
> <?xml version="1.0" encoding="UTF-8" ?>
> <abc>
>   <def>
>     <ghi><![CDATA[~!@#$%^&]]></ghi>
>   </def>
> </abc>
> will give error message:
> The element type "ghi" must be terminated by the matching end-tag "</ghi>".
> I expect that normal escaping should occur with the standard XML CDATA escape.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira