AbstractMarkupParser.removeComment() goes in endless loop when the comment is
multi line
----------------------------------------------------------------------------------------
Key: WICKET-3648
URL: https://issues.apache.org/jira/browse/WICKET-3648
Project: Wicket
Issue Type: Bug
Components: wicket-core
Affects Versions: 1.5-RC3
Reporter: Martin Grigorov
A markup like:
<!--[if lt IE 8 ]>
<style></style>
<script src="js/ie7.js"></script>
<![endif]-->
makes AbstractMarkupParser#removeComment(String) to enter in endless loop.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira