Description
A markup like:
<!--[if lt IE 8 ]>
<style></style>
<script src="js/ie7.js"></script>
<![endif]-->
and the application is configured with: getMarkupSettings().setStripComments(true);
makes AbstractMarkupParser#removeComment(String) to enter in endless loop.
Attachments
Attachments
Issue Links
- duplicates
-
WICKET-3500 Method AbstractMarkupParser.removeComment() causes an endless loop
- Resolved
- is related to
-
WICKET-3433 Wicket parses HTML inside IE conditional comments
- Resolved