Uploaded image for project: 'Commons Jelly'
  1. Commons Jelly
  2. JELLY-155

body not correctly parsed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • taglib.xmlunit
    • None

    Description

      In the current version (1.6) of ParseTagSupport the code of parseBody may generate an empty document, especially if the body is generated by a nested jelly tag.
      Looks like there is nobody notifying the writer that new tags are found, so the writer simply ignores any data that is written out thus producing and empty document.

      Replacing the method body with

      return parseText(getBodyText(false));

      seems to do the trick.

      This issue has also been posted to the bugzilla tracking system (BUG # 31534), but I was advised to post it here again.

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael.altenhofen Michael Altenhofen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: