Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
-
windows, ubuntu. java 7, jetty 6.1.26
Description
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
Thanks.