I'm working on a url filter that use not reg ex but some other magic to decide if the url should be fetched.
All URLs are currently processed by the class UrlNormalizer. This is done for new urls when they're injected or found by crawling. Why not just change this into an interface, then name an implementation for it in the config file?
I would found it good if we can do a extension point here and use the plugin system, it is definitely this kind of use case the plugin-system should used for.
Stefan
------------------------------------------------------- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first 3 months! http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
