Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-350

XmlPullParser does not respect the XML NCName syntax

    XMLWordPrintableJSON

Details

    Description

      This simple test fails:

      parser.parse("<filter-mapping>");
      XmlTag tag = (XmlTag)parser.nextTag();
      assertEquals("filter-mapping", tag.getName());

      tag.getName() returns "filter".

      Attachments

        1. 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt
          3 kB
          Jean-Baptiste Quenot
        2. 20070303-wicket-1.x-WICKET-350-XmlPullParser.txt
          3 kB
          Jean-Baptiste Quenot

        Issue Links

          Activity

            People

              jbq Jean-Baptiste Quenot
              jbq Jean-Baptiste Quenot
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: