git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@132048 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9a66017997
commit
6b24bc28dd
|
@ -17,7 +17,7 @@ public abstract class StandardLocalInfraAlgorithm extends StandardLocalExternalA
|
||||||
String serviceAddress = InfraRetrieval.findEmailingSystemAddress(config.getGcubeScope());
|
String serviceAddress = InfraRetrieval.findEmailingSystemAddress(config.getGcubeScope());
|
||||||
|
|
||||||
String requestForMessage = serviceAddress + "/messages/writeMessageToUsers" + "?gcube-token=" + config.getGcubeToken();
|
String requestForMessage = serviceAddress + "/messages/writeMessageToUsers" + "?gcube-token=" + config.getGcubeToken();
|
||||||
requestForMessage = requestForMessage.replace("http://", "https://").replace("80", ""); // remove the port (or set it to 443) otherwise you get an SSL error
|
requestForMessage = requestForMessage.replace("http://", "https://").replace(":80", ""); // remove the port (or set it to 443) otherwise you get an SSL error
|
||||||
|
|
||||||
AnalysisLogger.getLogger().debug("Emailing System->Request url is going to be " + requestForMessage);
|
AnalysisLogger.getLogger().debug("Emailing System->Request url is going to be " + requestForMessage);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue