Issue Details (XML | Word | Printable)

Key: SHALE-208
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Gary VanMatre
Reporter: Gary VanMatre
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Shale

The clay markup parser was not handling a CDATA block.

Created: 04/Jul/06 04:38 AM   Updated: 21/Aug/06 11:28 PM
Return to search
Component/s: Clay
Affects Version/s: 1.0.0, 1.0.1, 1.0.2
Fix Version/s: 1.0.3


 Description  « Hide
The parser failed on the following markup fragment.

<jsp:text jsp:id="64">
<![CDATA[
</body>
]]>
</jsp:text>


 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Gary VanMatre added a comment - 04/Jul/06 04:54 AM
Added logic to handle parsing of the cdata block similar to how the html comment is handled. The markup within the node is not checked for well-formness.