Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-4511

Stack overflow when render malformed html.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.5
    • 1.5.6, 6.0.0-beta2
    • wicket
    • 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

      { private static final long serialVersionUID = -4267477971499123852L; }

      Thanks.

      Attachments

        1. WICKET-4511.patch
          4 kB
          Andrea Del Bene
        2. console-output.txt
          87 kB
          Inaiat Henrique de Moraes

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            inaiat Inaiat Henrique de Moraes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: