Issue Details (XML | Word | Printable)

Key: NUTCH-107
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Piotr Kosiorowski
Reporter: Stephen Cross
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Nutch

Typo in plugin/urlfilter-regex/plugin.xml

Created: 07/Oct/05 11:53 AM   Updated: 12/Oct/05 04:49 AM
Return to search
Component/s: None
Affects Version/s: 0.7
Fix Version/s: 0.7.2, 0.8

Time Tracking:
Not Specified

Resolution Date: 12/Oct/05 04:49 AM


 Description  « Hide
There is a typo in the extension id definition of the urlfilter-regex plugin.xml

<extension id="org.apache.nutch.net.urlfiler"
name="Nutch Regex URL Filter"
point="org.apache.nutch.net.URLFilter">

should be:

<extension id="org.apache.nutch.net.urlfilter"
name="Nutch Regex URL Filter"
point="org.apache.nutch.net.URLFilter">

Note that 'urlfiler' should be 'urlfilter'



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Piotr Kosiorowski added a comment - 12/Oct/05 04:49 AM
Fixed in trunk and 0.7 branch. url-prefix plugin was also affected and fixed.