Massimiliano Assante 6 years ago
parent 4f44400da7
commit eb68d7b4c7

@ -70,7 +70,6 @@ public class PortletViewController {
gatewaySiteURL = gatewaySiteURL.replaceAll("http:", "https:");
String siteLandingPage = pContext.getSiteLandingPagePath(httpServletRequest);
String clientURL = gatewaySiteURL+siteLandingPage;
System.out.println(clientURL);
try {
String appPerScopeURL = ApplicationProfileScopePerUrlReader.getScopePerUrl(clientURL);
_log.info("Catalogue for this Gateway is in this scope: " + appPerScopeURL);

Loading…
Cancel
Save