Author: kwright
Date: Mon Sep  9 17:26:47 2013
New Revision: 1521205

URL: http://svn.apache.org/r1521205
Log:
Disable path prefixes for lists service, for tests against Amazon instance.

Modified:
    
manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java

Modified: 
manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java?rev=1521205&r1=1521204&r2=1521205&view=diff
==============================================================================
--- 
manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
 (original)
+++ 
manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java
 Mon Sep  9 17:26:47 2013
@@ -815,7 +815,7 @@ public class SPSProxyHelper {
       nodeList.clear();
       doc.processPath(nodeList, "*", parent);  // <ns1:Lists>
 
-      int chuckIndex = decodedServerLocation.length() + 
parentSiteDecoded.length();
+      int chuckIndex = 0; //decodedServerLocation.length() + 
parentSiteDecoded.length();
 
       int i = 0;
       while (i < nodeList.size())
@@ -1004,7 +1004,7 @@ public class SPSProxyHelper {
       nodeList.clear();
       doc.processPath(nodeList, "*", parent);  // <ns1:Lists>
 
-      int chuckIndex = decodedServerLocation.length() + 
parentSiteDecoded.length();
+      int chuckIndex = 0; //decodedServerLocation.length() + 
parentSiteDecoded.length();
 
       int i = 0;
       while (i < nodeList.size())
@@ -2107,7 +2107,7 @@ public class SPSProxyHelper {
       nodeList.clear();
       doc.processPath(nodeList, "*", parent);  // <ns1:Lists>
 
-      int chuckIndex = decodedServerLocation.length() + 
parentSiteDecoded.length();
+      int chuckIndex = 0; //decodedServerLocation.length() + 
parentSiteDecoded.length();
 
       int i = 0;
       while (i < nodeList.size())
@@ -2251,7 +2251,7 @@ public class SPSProxyHelper {
       nodeList.clear();
       doc.processPath(nodeList, "*", parent);  // <ns1:Lists>
 
-      int chuckIndex = decodedServerLocation.length() + 
parentSiteDecoded.length();
+      int chuckIndex = 0; //decodedServerLocation.length() + 
parentSiteDecoded.length();
 
       int i = 0;
       while (i < nodeList.size())


Reply via email to