Uploaded image for project: 'Tika'
  1. Tika
  2. TIKA-457

HTMLParser gets an early </body> event

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8
    • parser
    • None

    Description

      I am using the IdentityMapper in the HTMLparser with this simple document:

      <html><head><title> my title </title>
      </head>
      <body>
      <frameset rows=\"20,*\"> 
      <frame src=\"top.html\">
      </frame>
      <frameset cols=\"20,*\">
      <frame src=\"left.html\">
      </frame>
      <frame src=\"invalid.html\"/>
      </frame>
      <frame src=\"right.html\">
      </frame>
      </frameset>
      </frameset>
      </body></html>
      

      Strangely the HTMLHandler is getting a call to endElement on the body BEFORE we reach frameset. As a result the variable bodylevel is decremented back to 0 and the remaining entities are ignored due to the logic implemented in HTMLHandler.

      Any idea?

      Attachments

        1. TIKA-457.patch
          10 kB
          Kenneth William Krugler

        Issue Links

          Activity

            People

              kkrugler Kenneth William Krugler
              jnioche Julien Nioche
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: