You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ken Krugler (JIRA)" <ji...@apache.org> on 2010/09/08 03:15:35 UTC

[jira] Created: (TIKA-508) HtmlParser link processing should skip usemap and codebase attributes

HtmlParser link processing should skip usemap and codebase attributes
---------------------------------------------------------------------

                 Key: TIKA-508
                 URL: https://issues.apache.org/jira/browse/TIKA-508
             Project: Tika
          Issue Type: Improvement
          Components: parser
    Affects Versions: 0.7
            Reporter: Ken Krugler
            Assignee: Ken Krugler
            Priority: Minor
             Fix For: 0.8


Currently the HtmlParser will try to resolve usemap and codebase attributes in elements.

usemap is actually not a URI - see http://ln.hixie.ch/?start=1172653243&count=1 for a lengthy description of why the DTD at http://www.w3.org/TR/2002/REC-xhtml1-20020801/dtds.html#a_dtd_XHTML-1.0-Strict is incorrect.

codebase is actually a base URI that's used to resolve other relative URLs for <object> and <applet> elements.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TIKA-508) HtmlParser link processing should skip usemap and codebase attributes

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated TIKA-508:
-----------------------------------

    Fix Version/s:     (was: 0.8)
                   0.9

- pushing out to 0.9 -- there's no patch for this yet and it's 0.8 release time

> HtmlParser link processing should skip usemap and codebase attributes
> ---------------------------------------------------------------------
>
>                 Key: TIKA-508
>                 URL: https://issues.apache.org/jira/browse/TIKA-508
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>    Affects Versions: 0.7
>            Reporter: Ken Krugler
>            Assignee: Ken Krugler
>            Priority: Minor
>             Fix For: 0.9
>
>
> Currently the HtmlParser will try to resolve usemap and codebase attributes in elements.
> usemap is actually not a URI - see http://ln.hixie.ch/?start=1172653243&count=1 for a lengthy description of why the DTD at http://www.w3.org/TR/2002/REC-xhtml1-20020801/dtds.html#a_dtd_XHTML-1.0-Strict is incorrect.
> codebase is actually a base URI that's used to resolve other relative URLs for <object> and <applet> elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.