[
https://issues.apache.org/jira/browse/WICKET-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Quenot updated WICKET-350:
----------------------------------------
Attachment: 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt
Updated patch, NCNameChar does not have the ":" sign
See http://www.w3.org/TR/REC-xml-names/#NT-QName
> 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,
> 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.