[
https://issues.apache.org/jira/browse/WICKET-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Quenot updated WICKET-350:
----------------------------------------
Fix Version/s: 1.3
> XmlPullParser does not respect the XML NCName 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: 1.3, 2.0
>
> Attachments: 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt,
> 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.