You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2007/01/26 03:02:14 UTC

svn commit: r500090 - /lucene/nutch/trunk/conf/nutch-default.xml

Author: mattmann
Date: Thu Jan 25 18:02:13 2007
New Revision: 500090

URL: http://svn.apache.org/viewvc?view=rev&rev=500090
Log:
- add comment about enabling protocol-httpclient in order to support HTTPS

Modified:
    lucene/nutch/trunk/conf/nutch-default.xml

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/nutch-default.xml?view=diff&rev=500090&r1=500089&r2=500090
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Thu Jan 25 18:02:13 2007
@@ -743,7 +743,9 @@
   include.  Any plugin not matching this expression is excluded.
   In any case you need at least include the nutch-extensionpoints plugin. By
   default Nutch includes crawling just HTML and plain text via HTTP,
-  and basic indexing and search plugins.
+  and basic indexing and search plugins. In order to use HTTPS please enable 
+  protocol-httpclient, but be aware of possible intermittent problems with the 
+  underlying commons-httpclient library
   </description>
 </property>