An error is displayed when viewing a proxy
Steps to reproduce
- Add the following line in nuxeo.conf to enable proxy usage in CMIS
org.nuxeo.cmis.proxies=true
- As an administrator, create a user named cmis-user
- Grant Read permission to cmis-user on the root of the repository
- Deny Read permission to cmis-user on the root of the workspaces, or block the right inheritance
- Create a section under the root of sections
- Create a document and publish it to the newly created section. The document is now in version 1.0
- As cmis-user, open CMIS Workbench and connect with cmis-user credentials to http://localhost:8080/nuxeo/json/cmis (Browser binding)
- Browse the repository to the previously published document in the sections
A popup is displayed, with the error "ObjectNotFound" and the id of version which the proxy is based on.
No stacktrace in Nuxeo logs
- is required by
-
NXP-22252 Fix the listing of a section with CMIS when a document has been modified since the publishing
- Resolved