Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
OpenCMIS 0.12.0
-
None
Description
Into serve method of org.apache.chemistry.opencmis.server.impl.browser.RepositoryService.GetRepositories class the following assertion is wrong :
assert repositoryId != null;
This method is called in order to get the list of repositories ids available, so the repositoryId can't be filled.
Attachments
Issue Links
- is related to
-
CMIS-820 AtomPub GetRepositories mishandles repositoryId parameter
- Resolved