CMIS Browser Binding renditionFilter ignored and defaults to "*" not "cmis:none"

Nuxeo CMIS Browser Binding (5.7.2) appears to ignore the renditionFilter parameter. It also appears to default the renditionFilter parameter to “*” instead of “cmis:none”. For example, the following two requests erroneously return the listed response. Should I open a JIRA for the issue?

Request #1:

Request #2:

JSON Response:

{

"objects": [
    {
        "object": {
            "succinctProperties": {
                "cmis:objectId": "8ee02cfc-383b-4f8e-b6b2-9af688d784d9"
            },
            "renditions": [
                {
                    "streamId": "nx:icon",
                    "mimeType": "image/png",
                    "length": 397,
                    "kind": "cmis:thumbnail",
                    "title": "pdf.png",
                    "height": 16,
                    "width": 16
                }
            ]
        }
    }
],
"hasMoreItems": false,
"numItems": 1

}

0 votes

0 answers

2015 views

ANSWER

Yes please open a JIRA issue.
09/05/2013

rg1
09/06/2013