You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/07/24 15:14:47 UTC

svn commit: r679400 - in /labs/droids/trunk: default.properties src/core/java/org/apache/droids/droids-core-context.xml

Author: thorsten
Date: Thu Jul 24 06:14:46 2008
New Revision: 679400

URL: http://svn.apache.org/viewvc?rev=679400&view=rev
Log:
Adding forceAllow to the properties conf

Modified:
    labs/droids/trunk/default.properties
    labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml

Modified: labs/droids/trunk/default.properties
URL: http://svn.apache.org/viewvc/labs/droids/trunk/default.properties?rev=679400&r1=679399&r2=679400&view=diff
==============================================================================
--- labs/droids/trunk/default.properties (original)
+++ labs/droids/trunk/default.properties Thu Jul 24 06:14:46 2008
@@ -28,6 +28,8 @@
 # the root output dir for saving a crawl
 droids.handler.save.dir=${basedir}/export/
 droids.handler.save.includeHost=true
+# protocol handling
+droids.protocol.http.force=false
 
 # Threading 
 droids.maxThreads=5
@@ -51,7 +53,7 @@
 name=droids
 version=initial
 final.name=${name}-${version}
-year=2007
+year=2008
 
 basedir = ./
 src.dir.core = ${basedir}/src/core/java

Modified: labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml?rev=679400&r1=679399&r2=679400&view=diff
==============================================================================
--- labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml (original)
+++ labs/droids/trunk/src/core/java/org/apache/droids/droids-core-context.xml Thu Jul 24 06:14:46 2008
@@ -41,6 +41,7 @@
     <property name="refer" value="http://svn.apache.org/repos/asf/labs/droids"/>
     <property name="userAgent" value="DROIDS-crawler-x-m01y08"/>
     <property name="timeout" value="10000"/>
+    <property name="forceAllow" value="@droids.protocol.http.force@"/>
   </bean>
   <!-- Parser -->
   <bean 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org