mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALF-11177: "Cannot access folder where link for content is created via CMIS Workbench"
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@37321 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -579,6 +579,10 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
{
|
||||
// ignore invalid children
|
||||
}
|
||||
catch(CmisObjectNotFoundException e)
|
||||
{
|
||||
// ignore objects that have not been found (perhaps because their type is unknown to CMIS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -708,6 +712,10 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
{
|
||||
// ignore invalid children
|
||||
}
|
||||
catch(CmisObjectNotFoundException e)
|
||||
{
|
||||
// ignore objects that have not been found (perhaps because their type is unknown to CMIS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -973,6 +981,10 @@ public class AlfrescoCmisServiceImpl extends AbstractCmisService implements Alfr
|
||||
{
|
||||
// ignore invalid objects
|
||||
}
|
||||
catch(CmisObjectNotFoundException e)
|
||||
{
|
||||
// ignore objects that have not been found (perhaps because their type is unknown to CMIS)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user