You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2011/04/27 14:56:03 UTC

[jira] [Commented] (WICKET-3648) AbstractMarkupParser.removeComment() goes in endless loop when the comment is multi line

    [ https://issues.apache.org/jira/browse/WICKET-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025776#comment-13025776 ] 

Martin Grigorov commented on WICKET-3648:
-----------------------------------------

Тhe problem is that there is an inner tag and the RawMarkup for the opening comment has no knowledge about the closing tag.

> 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