You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/10/09 19:43:34 UTC

[jira] [Updated] (CONNECTORS-1043) List item URL should be constructed differently

     [ https://issues.apache.org/jira/browse/CONNECTORS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-1043:
------------------------------------
    Fix Version/s: ManifoldCF 1.8

> 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 1.8, ManifoldCF 2.0
>
>         Attachments: CONNECTORS-1043.patch
>
>
> 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)