You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Assaf Arkin (JIRA)" <ji...@apache.org> on 2008/04/09 02:03:24 UTC

[jira] Created: (BUILDR-60) Replace XmlSimple with something else

Replace XmlSimple with something else
-------------------------------------

                 Key: BUILDR-60
                 URL: https://issues.apache.org/jira/browse/BUILDR-60
             Project: Buildr
          Issue Type: Bug
          Components: Packaging
    Affects Versions: 1.3
            Reporter: Assaf Arkin
            Priority: Minor


Something to do when we have the time.

Two things I don't like about XmlSimple: a) returning an array of nodes is not that simple, sometimes more confusing that just using REXML; b) if the input doesn't look like XML, it attempts to read a file with that name, which could be hard to find bug, or potentially security risk.

Either find something that does XML Simple better (XML Simple = no namespace, no mixed content, usually no attributes), or switch back to REXML.


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


[jira] Updated: (BUILDR-60) Replace XmlSimple with something else

Posted by "Assaf Arkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Assaf Arkin updated BUILDR-60:
------------------------------

    Component/s: Core features

> Replace XmlSimple with something else
> -------------------------------------
>
>                 Key: BUILDR-60
>                 URL: https://issues.apache.org/jira/browse/BUILDR-60
>             Project: Buildr
>          Issue Type: Bug
>          Components: Core features, Packaging
>    Affects Versions: 1.3
>            Reporter: Assaf Arkin
>            Priority: Minor
>
> Something to do when we have the time.
> Two things I don't like about XmlSimple: a) returning an array of nodes is not that simple, sometimes more confusing that just using REXML; b) if the input doesn't look like XML, it attempts to read a file with that name, which could be hard to find bug, or potentially security risk.
> Either find something that does XML Simple better (XML Simple = no namespace, no mixed content, usually no attributes), or switch back to REXML.

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