From c96077f7c50697c438a12080132e66401316f056 Mon Sep 17 00:00:00 2001 From: Ancuta Morarasu Date: Wed, 11 May 2016 12:31:49 +0000 Subject: [PATCH] Merged HEAD (5.2) to 5.2.N (5.2.1) 126612 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2) 125129 gjames: RA-675: Added https to the front of the descriptionURL git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126957 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../framework/core/exceptions/DefaultExceptionResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java b/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java index c64e9fe46f..bd94e9d2f1 100644 --- a/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java +++ b/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java @@ -34,7 +34,7 @@ import javax.servlet.http.HttpServletResponse; */ public class DefaultExceptionResolver implements ExceptionResolver { - public static final String ERROR_URL = "api-explorer.alfresco.com"; + public static final String ERROR_URL = "https://api-explorer.alfresco.com"; public static final String DEFAULT_MESSAGE_ID = "framework.exception.ApiDefault"; @Override