From d0a43345361db5cb88eb1c49ca9506fd17dac91b Mon Sep 17 00:00:00 2001 From: Jamal Kaabi-Mofrad Date: Tue, 10 May 2016 11:50:39 +0000 Subject: [PATCH] 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/HEAD/root@126612 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 8bc523a4e2..7e8ebf3be6 100644 --- a/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java +++ b/source/java/org/alfresco/rest/framework/core/exceptions/DefaultExceptionResolver.java @@ -9,7 +9,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