mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.2) to HEAD (5.2)
134070 rmunteanu: REPO-1752: Create person with long id returns 500 - Minor change, added space in response message. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1241,7 +1241,7 @@ public class SitesImpl implements Sites
|
||||
|
||||
if (siteId.length() > SITE_MAXLEN_ID)
|
||||
{
|
||||
throw new InvalidArgumentException("Site id exceeds max length of "+SITE_MAXLEN_ID+ "characters");
|
||||
throw new InvalidArgumentException("Site id exceeds max length of " + SITE_MAXLEN_ID + " characters");
|
||||
}
|
||||
|
||||
site.setId(siteId);
|
||||
|
Reference in New Issue
Block a user