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

Andrea Del Bene commented on WICKET-4511:
-----------------------------------------

Yes, of course! I think should be ready by tomorrow.
PS: Soon or later I will use IRC to speed up communication :)
                
> 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
>         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

        

Reply via email to