Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F14E119FB for ; Tue, 9 Sep 2014 00:31:29 +0000 (UTC) Received: (qmail 27439 invoked by uid 500); 9 Sep 2014 00:31:28 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 27393 invoked by uid 500); 9 Sep 2014 00:31:28 -0000 Mailing-List: contact dev-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 dev@manifoldcf.apache.org Received: (qmail 27261 invoked by uid 99); 9 Sep 2014 00:31:28 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 00:31:28 +0000 Date: Tue, 9 Sep 2014 00:31:28 +0000 (UTC) From: "Karl Wright (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CONNECTORS-1025) SharePoint connector should skip blocked files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONNECTORS-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1025. ------------------------------------- Resolution: Fixed > SharePoint connector should skip blocked files > ---------------------------------------------- > > Key: CONNECTORS-1025 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1025 > Project: ManifoldCF > Issue Type: Bug > Components: SharePoint connector > Affects Versions: ManifoldCF 1.7 > Reporter: Karl Wright > Assignee: Karl Wright > Fix For: ManifoldCF 2.0 > > Attachments: CONNECTORS-1025.patch > > > When the connector encounters a blocked file, it generates the following exception: > {code} > ERROR 2014-09-08 11:52:50,005 (Worker thread '5') - Exception tossed: Error fetching document 'http://sp2013/sites/demo/test/blocked%20files/tmp.ps1': 415 > org.apache.manifoldcf.core.interfaces.ManifoldCFException: Error fetching document ' http://sp2013/sites/demo/test/blocked %20files/tmp.ps1': 415 > at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.fetchAndIndexFile(SharePointRepository.java:1915) > at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.processDocuments(SharePointRepository.java:1774) > at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:677) > at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:670) > at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:649) > at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:402) > at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:380) > {code} > It should skip the file. -- This message was sent by Atlassian JIRA (v6.3.4#6332)