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
Repository Revision Date User Message
ASF #312943 Tue Oct 11 19:45:17 UTC 2005 pkosiorowski NUTCH-107 - Typo in plugin/urlfilter-*/plugin.xml. (Stephen Cross)
Files Changed
MODIFY /lucene/nutch/branches/branch-0.7/CHANGES.txt
MODIFY /lucene/nutch/branches/branch-0.7/src/plugin/urlfilter-regex/plugin.xml
MODIFY /lucene/nutch/branches/branch-0.7/src/plugin/urlfilter-prefix/plugin.xml

Repository Revision Date User Message
ASF #312944 Tue Oct 11 19:45:35 UTC 2005 pkosiorowski NUTCH-107 - Typo in plugin/urlfilter-*/plugin.xml. (Stephen Cross)
Files Changed
MODIFY /lucene/nutch/trunk/src/plugin/urlfilter-regex/plugin.xml
MODIFY /lucene/nutch/trunk/src/plugin/urlfilter-prefix/plugin.xml
MODIFY /lucene/nutch/trunk/CHANGES.txt