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/28 16:27:03 UTC

[jira] [Resolved] (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:all-tabpanel ]

Martin Grigorov resolved WICKET-3648.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC4
         Assignee: Martin Grigorov

Fixed with r1097472.

> 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
>            Assignee: Martin Grigorov
>             Fix For: 1.5-RC4
>
>         Attachments: WICKET-3648.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira