Author: j16sdiz
Date: 2008-12-10 07:42:36 +0000 (Wed, 10 Dec 2008)
New Revision: 24170

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
comment

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 06:04:34 UTC (rev 
24169)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-10 07:42:36 UTC (rev 
24170)
@@ -888,6 +888,8 @@
                this.pr = pr;
                this.id = 0;
                this.core = pr.getNode().clientCore;
+
+               /* Initialize Fetch Context */
                this.ctx = core.makeClient((short) 0).getFetchContext();
                ctx.maxSplitfileBlockRetries = 10;
                ctx.maxNonSplitfileRetries = 10;
@@ -897,7 +899,6 @@
                allowedMIMETypes.add("text/html");
                allowedMIMETypes.add("text/plain");
                allowedMIMETypes.add("application/xhtml+xml");
-
                ctx.allowedMIMETypes = new HashSet<String>(allowedMIMETypes);
 
                tProducedIndex = System.currentTimeMillis();

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to