[
https://issues.apache.org/jira/browse/NUTCH-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki closed NUTCH-243.
-----------------------------------
Resolution: Duplicate
> Some meta-refresh urls get ignored due to matching regular expression
> ---------------------------------------------------------------------
>
> Key: NUTCH-243
> URL: https://issues.apache.org/jira/browse/NUTCH-243
> Project: Nutch
> Issue Type: Bug
> Components: fetcher
> Affects Versions: 0.8
> Reporter: Dennis Kubes
> Priority: Trivial
>
> On fetching of pages with meta-refresh tags the url is taken at face value
> without any filtering. Some urls, such as those used by struts return with a
> jsessionid or with query strings. Examples are:
> http://www.somesite.com;jsessionid=3123123412ADBE3344...
> http://www.somesite.com?querystring=value
> The RegexURLFilter will match these urls according to the following regex
> inside of the regex-urlfilter.txt file:
> [EMAIL PROTECTED]
> Should these urls be cleaned up to allow processing and not match the
> previous URL filter or should they be ignored as they currently are?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.