mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78213: Fixed ACE-2280 to allow the Repo Admin access the site admin console. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78235 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -85,7 +85,7 @@ public class SiteAdminSitesGet extends DeclarativeWebScript
|
||||
if (!siteService.isSiteAdmin(currentUser))
|
||||
{
|
||||
// Note: security, no message to indicate why
|
||||
throw new WebScriptException(HttpServletResponse.SC_NOT_FOUND, "Resource no found.");
|
||||
throw new WebScriptException(HttpServletResponse.SC_NOT_FOUND, "Resource not found.");
|
||||
}
|
||||
|
||||
// Create paging
|
||||
|
Reference in New Issue
Block a user