Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.1 M3
-
None
-
N/A
Description
Line 108:
repository = URI2RepositoryManager.getInstance().getRepository(handle);
Should pass in the link variable and not the handle. The reason being that the handle is stripped of any possible URI prefix that is mapped under /server/URI2RepositoryMapping so when the getRepository() method is called it is looking for a repository mapping on a string that already had its URI prefix for repository mapping removed. Because of that the UUIDLink that is generated will always point to the website repository.
Checklists
Acceptance criteria