XMLStreamFilter with HTMLSubfilter doesn't group back the XML tags correctly with M22

Created by: Anonymous

Original issue 339 created by 143.ravik... on 2013-05-15T15:22:36.000Z:

My Source File is as follows -

Test]]> Testing ]]>

While merging back the file it merges CDATA outside the parent tag as follows -

Test]]>

Testing ]]>

It used to work fine in earlier version (M20) but started occurring after updating the "okapi-filter-abstractmarkup" to "0.22-SNAPSHOT" for pulling the fix for the following ticket http://code.google.com/p/okapi/issues/detail?id=332.

Interestingly it happens only for tags defined as ruleTypes: [GROUP] in my yml file.

yml definition for the above tags are as follows -

resolution:
ruleTypes: [GROUP]
description:
ruleTypes: [GROUP]

Assignee Loading
Time tracking Loading