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 2015/02/05 00:55:34 UTC

[jira] [Resolved] (CONNECTORS-1157) FileNet connector: URI is not correct

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

Karl Wright resolved CONNECTORS-1157.
-------------------------------------
    Resolution: Fixed

r1657443 (trunk)
r1657444 (dev_1x)

> FileNet connector: URI is not correct
> -------------------------------------
>
>                 Key: CONNECTORS-1157
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1157
>             Project: ManifoldCF
>          Issue Type: Bug
>    Affects Versions: ManifoldCF 1.8.1, ManifoldCF 2.0.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.9, ManifoldCF 2.1
>
>
> The way we form FileNet URIs is incorrect.  The correct code:
> {code}
> protected static String convertToURI(String urlBase, String documentIdentifier, int elementNumber, String documentClass)
> {
>     // Will this work for sub-types of documents too?  ask - MHL
>     return  urlBase  +  "&id=" + documentIdentifier + "&element="+Integer.toString(elementNumber)+"&objectType=Document";
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)