[
https://issues.apache.org/jira/browse/CONNECTORS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144640#comment-14144640
]
Karl Wright commented on CONNECTORS-1043:
-----------------------------------------
r1626973 (trunk)
r1626975 (dev_1x branch)
> List item URL should be constructed differently
> -----------------------------------------------
>
> Key: CONNECTORS-1043
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1043
> Project: ManifoldCF
> Issue Type: Bug
> Components: SharePoint connector
> Affects Versions: ManifoldCF 1.7
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 2.0
>
>
> String itemUrl = fileBaseUrl + relURL; //fileBaseUrl + encodedItemPath;
> should be:
> String itemUrl = serverUrl + relURL; //fileBaseUrl + encodedItemPath;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)