You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Juergen Donnerstag (JIRA)" <ji...@apache.org> on 2007/03/03 15:29:50 UTC

[jira] Resolved: (WICKET-350) XmlPullParser does not respect the XML NameChar syntax

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

Juergen Donnerstag resolved WICKET-350.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Fixed in 2.0

> XmlPullParser does not respect the XML NameChar syntax
> ------------------------------------------------------
>
>                 Key: WICKET-350
>                 URL: https://issues.apache.org/jira/browse/WICKET-350
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Jean-Baptiste Quenot
>         Assigned To: Jean-Baptiste Quenot
>             Fix For: 2.0
>
>         Attachments: 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt
>
>
> This simple test fails:
> parser.parse("<filter-mapping>");
> XmlTag tag = (XmlTag)parser.nextTag();
> assertEquals("filter-mapping", tag.getName());
> tag.getName() returns "filter".

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