Vlad Bailescu created SLING-4346:
------------------------------------
Summary: Sightly: HtmlParser does not parse documents correctly
when comments span across internal char buffer size
Key: SLING-4346
URL: https://issues.apache.org/jira/browse/SLING-4346
Project: Sling
Issue Type: Bug
Components: Scripting
Reporter: Vlad Bailescu
Fix For: Scripting Sightly Engine 1.0.2
The HTML parser used by Sightly to process templates is parsing incorrectly
comments that span across it's internal char buffer size. Right now the buffer
is set to 2048 characters, making the problem hard to see.
The problem can be exposed by lowering the buffer size to 10 and feeding a
string such as {code:java}"test test <!--/*comment*/-->"{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)