Creation of renditions from client side

2017-09-09 Thread Saurav Sarkar
Hi All, According to CMIS spec renditions, can only be fetched and is server controlled.It cannot be created from clients. http://docs.oasis-open.org/cmis/CMIS/v1.1/errata01/os/CMIS-v1.1-errata01-os-complete.html#x1-42 I understand that the reason is that, the clients can misuse the renditio

Dynamically passed property values

2017-10-12 Thread Saurav Sarkar
Hi All, We want to support dynamically available possible property values. These values will be sent at runtime by the content source. Which means for a property we can show the possible values in a dropdown list in our UI I thought “choices” can be the perfect option for this but as I saw

Setting custom HTTP request headers through CMIS python library (cmislib)

2018-02-28 Thread Saurav Sarkar
Hi All, Is there way to set custom HTTP request headers through CMIS python library ? This can be easily achieved in OpenCMIS java library through custom authentication provider . Best Regards, Saurav

Error logging for HTTP 409/400x in CMIS framework

2020-02-08 Thread Saurav Sarkar
Hi All, I am working on a CMIS bride layer which just federates multiple CMIS repositories/servers and forwards client requests to them. Its essentially a CMIS client and CMIS server. I am receiving 409 error from the backend CMIS repository. I don't see this 409 or 400x requests being logged in