Re: [Nutch-cvs] svn commit: r414681 - /lucene/nutch/trunk/src/java/org/apache/nutch/protocol/ProtocolFactory.java

2006-06-18 Thread Sami Siren
+ + if (conf.getObject(protocolName) != null) { +return (Protocol) conf.getObject(protocolName); + } else { +Extension extension = findExtension(protocolName); +if (extension == null) { + throw new ProtocolNotFound(protocolName); +} I'm

[jira] Commented: (NUTCH-306) DistributedSearch.Client liveAddresses concurrency problem

2006-06-18 Thread Sami Siren (JIRA)
[ http://issues.apache.org/jira/browse/NUTCH-306?page=comments#action_12416673 ] Sami Siren commented on NUTCH-306: -- This patch does not seem to apply anymore, can you please attach a patch against current svn trunk. DistributedSearch.Client