Some meta-refresh urls get ignored due to matching regular expression
---------------------------------------------------------------------

         Key: NUTCH-243
         URL: http://issues.apache.org/jira/browse/NUTCH-243
     Project: Nutch
        Type: Bug

  Components: fetcher  
    Versions: 0.8-dev    
    Reporter: Dennis Kubes
    Priority: Minor


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to