Author: kwright
Date: Mon Oct 21 14:22:25 2013
New Revision: 1534177
URL: http://svn.apache.org/r1534177
Log:
Another fix for CONNECTORS-790.
Modified:
manifoldcf/branches/release-1.4-branch/ (props changed)
manifoldcf/branches/release-1.4-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java
Propchange: manifoldcf/branches/release-1.4-branch/
------------------------------------------------------------------------------
Merged /manifoldcf/trunk:r1534176
Modified:
manifoldcf/branches/release-1.4-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.4-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java?rev=1534177&r1=1534176&r2=1534177&view=diff
==============================================================================
---
manifoldcf/branches/release-1.4-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java
(original)
+++
manifoldcf/branches/release-1.4-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/ManifoldCF.java
Mon Oct 21 14:22:25 2013
@@ -2061,6 +2061,8 @@ public class ManifoldCF extends org.apac
protected static int apiReadJobStatus(IThreadContext tc, Configuration
output, Long jobID, Map<String,List<String>> queryParameters)
throws ManifoldCFException
{
+ if (queryParameters == null)
+ queryParameters = new HashMap<String,List<String>>();
int maxCount;
List<String> maxCountList = queryParameters.get("maxcount");
if (maxCountList == null || maxCountList.size() == 0)