Karl Wright created CONNECTORS-1025:
---------------------------------------
Summary: 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
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)