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 2012/04/27 12:43:49 UTC

[jira] [Assigned] (WICKET-4511) Stack overflow when render malformed html.

     [ https://issues.apache.org/jira/browse/WICKET-4511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-4511:
---------------------------------------

    Assignee: Martin Grigorov
    
> Stack overflow when render malformed html.
> ------------------------------------------
>
>                 Key: WICKET-4511
>                 URL: https://issues.apache.org/jira/browse/WICKET-4511
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.5
>         Environment: windows, ubuntu. java 7, jetty 6.1.26
>            Reporter: Inaiat Henrique de Moraes
>            Assignee: Martin Grigorov
>         Attachments: WICKET-4511.patch, console-output.txt
>
>
> Stack overflow when render malformed html.
> Please, note that </HEAD> element is inserted after </body>.
> HTML:
> <html>
> <head>
> <body>
> Malformed HTML
> </body>
> </head>
> </html>
> Java:
> package com.mycompany;
> import org.apache.wicket.markup.html.WebPage;
> public class Test1 extends WebPage {
> 	private static final long serialVersionUID = -4267477971499123852L;
> }
> Thanks.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira