12-18-2017 12:04 PM
Found a strange issue after upgrading alfresco from 5.0 to 5.2.
The following code was working fine in alfresco 5.0
session.getObjectByPath("abc/xyz/"); // this code returns the folder object for a folder named 'xyz'.
The below code also works fine, same as above code, in 5.0
session.getObjectByPath("abc/xyz");
Whether there is a leading / or not, the code returns the folder object.
But in 5.2, the code does not return the folder object if there is a leading /.
i.e. the following code does not return the folder.
session.getObjectByPath("abc/xyz/");
The code works fine without a leading /.
12-18-2017 07:06 PM
It looks like your are using CMIS. Which client API are you using? What CMIS endpoint do you connect to?
12-19-2017 01:04 PM
Hi,
We are using apache's opencmis
Explore our Alfresco products with the links below. Use labels to filter content by product module.