You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Richard Frovarp (JIRA)" <ji...@apache.org> on 2010/02/04 20:07:29 UTC

[jira] Created: (DROIDS-72) Doesn't honor base element

Doesn't honor base element
--------------------------

                 Key: DROIDS-72
                 URL: https://issues.apache.org/jira/browse/DROIDS-72
             Project: Droids
          Issue Type: Bug
          Components: core
    Affects Versions: Graduating from the Incubator
            Reporter: Richard Frovarp
             Fix For: 0.01


The HtmlParser and LinkExtractor do not honor the base element in HTML. This will make crawling of some sites impossible. LinkExtractor and HtmlParser should be able to be given a element/attribute pair to look for a base URI.

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


[jira] Resolved: (DROIDS-72) Doesn't honor base element

Posted by "Thorsten Scherler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thorsten Scherler resolved DROIDS-72.
-------------------------------------

    Resolution: Fixed

Committed revision 939648.

> Doesn't honor base element
> --------------------------
>
>                 Key: DROIDS-72
>                 URL: https://issues.apache.org/jira/browse/DROIDS-72
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>    Affects Versions: Graduating from the Incubator
>            Reporter: Richard Frovarp
>             Fix For: 0.01
>
>         Attachments: read-base-uri-2.patch, read-base-uri.patch
>
>
> The HtmlParser and LinkExtractor do not honor the base element in HTML. This will make crawling of some sites impossible. LinkExtractor and HtmlParser should be able to be given a element/attribute pair to look for a base URI.

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


[jira] Updated: (DROIDS-72) Doesn't honor base element

Posted by "Richard Frovarp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Frovarp updated DROIDS-72:
----------------------------------

    Attachment: read-base-uri-2.patch

Better version as discussed. 

> Doesn't honor base element
> --------------------------
>
>                 Key: DROIDS-72
>                 URL: https://issues.apache.org/jira/browse/DROIDS-72
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>    Affects Versions: Graduating from the Incubator
>            Reporter: Richard Frovarp
>             Fix For: 0.01
>
>         Attachments: read-base-uri-2.patch, read-base-uri.patch
>
>
> The HtmlParser and LinkExtractor do not honor the base element in HTML. This will make crawling of some sites impossible. LinkExtractor and HtmlParser should be able to be given a element/attribute pair to look for a base URI.

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


[jira] Updated: (DROIDS-72) Doesn't honor base element

Posted by "Richard Frovarp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DROIDS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Frovarp updated DROIDS-72:
----------------------------------

    Attachment: read-base-uri.patch

Updates core so that the base uri can be read out of an element in the source.

> Doesn't honor base element
> --------------------------
>
>                 Key: DROIDS-72
>                 URL: https://issues.apache.org/jira/browse/DROIDS-72
>             Project: Droids
>          Issue Type: Bug
>          Components: core
>    Affects Versions: Graduating from the Incubator
>            Reporter: Richard Frovarp
>             Fix For: 0.01
>
>         Attachments: read-base-uri.patch
>
>
> The HtmlParser and LinkExtractor do not honor the base element in HTML. This will make crawling of some sites impossible. LinkExtractor and HtmlParser should be able to be given a element/attribute pair to look for a base URI.

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