You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Andrew Skiba (JIRA)" <ji...@apache.org> on 2008/05/16 22:25:43 UTC

[jira] Created: (SM-1355) XML escaping converter for SimpleFlatFileMarshaler

XML escaping converter for SimpleFlatFileMarshaler
--------------------------------------------------

                 Key: SM-1355
                 URL: https://issues.apache.org/activemq/browse/SM-1355
             Project: ServiceMix
          Issue Type: Improvement
          Components: servicemix-core
    Affects Versions: 3.2.2, 3.3
            Reporter: Andrew Skiba
             Fix For: 3.2.2, 3.3
         Attachments: xec.patch

existing ContentConverter does not escape essential XML characters, thus creating invalid XML if an imported flat file has '<', '>', '&' characters. This converter can be optionally used when it's necessary to import such files.

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


[jira] Assigned: (SM-1355) XML escaping converter for SimpleFlatFileMarshaler

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder reassigned SM-1355:
--------------------------------

    Assignee: Bruce Snyder

> XML escaping converter for SimpleFlatFileMarshaler
> --------------------------------------------------
>
>                 Key: SM-1355
>                 URL: https://issues.apache.org/activemq/browse/SM-1355
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.2.2, 3.3
>            Reporter: Andrew Skiba
>            Assignee: Bruce Snyder
>             Fix For: 3.2.2, 3.3
>
>         Attachments: xec.patch
>
>
> existing ContentConverter does not escape essential XML characters, thus creating invalid XML if an imported flat file has '<', '>', '&' characters. This converter can be optionally used when it's necessary to import such files.

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


[jira] Resolved: (SM-1355) XML escaping converter for SimpleFlatFileMarshaler

Posted by "Bruce Snyder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder resolved SM-1355.
------------------------------

    Resolution: Fixed

Patch committed to the 3.2 branch via [revision 658249|http://svn.apache.org/viewvc?rev=658249&view=rev]. 

Patch committed to the trunk (3.3) via [revision 658255|http://svn.apache.org/viewvc?rev=658255&view=rev]. 

> XML escaping converter for SimpleFlatFileMarshaler
> --------------------------------------------------
>
>                 Key: SM-1355
>                 URL: https://issues.apache.org/activemq/browse/SM-1355
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-core
>    Affects Versions: 3.2.2, 3.3
>            Reporter: Andrew Skiba
>            Assignee: Bruce Snyder
>             Fix For: 3.2.2, 3.3
>
>         Attachments: xec.patch
>
>
> existing ContentConverter does not escape essential XML characters, thus creating invalid XML if an imported flat file has '<', '>', '&' characters. This converter can be optionally used when it's necessary to import such files.

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