Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17A96106A9 for ; Mon, 9 Sep 2013 17:27:12 +0000 (UTC) Received: (qmail 49164 invoked by uid 500); 9 Sep 2013 17:27:11 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 49137 invoked by uid 500); 9 Sep 2013 17:27:11 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 49129 invoked by uid 99); 9 Sep 2013 17:27:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 17:27:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Sep 2013 17:27:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BB59223889EA; Mon, 9 Sep 2013 17:26:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1521205 - /manifoldcf/branches/CONNECTORS-772/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SPSProxyHelper.java Date: Mon, 09 Sep 2013 17:26:47 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130909172647.BB59223889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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); // - 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); // - 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); // - 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); // - int chuckIndex = decodedServerLocation.length() + parentSiteDecoded.length(); + int chuckIndex = 0; //decodedServerLocation.length() + parentSiteDecoded.length(); int i = 0; while (i < nodeList.size())