ref 13024: DataMiner - The service must support the https protocol
https://support.d4science.org/issues/13024 Updated DataMiner now support https git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@181937 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
281476cb0c
commit
7c9bfbf4bb
|
@ -182,7 +182,7 @@ public class OutputsManager {
|
|||
String remotef = "/wps_synch_output/" +config.getAgent()+"/"+computationsession+"/"+ localFile.getName();
|
||||
storageclient.put(true).LFile(localfile).RFile(remotef);
|
||||
|
||||
String url = storageclient.getHttpUrl().RFile(remotef);
|
||||
String url = storageclient.getHttpsUrl().RFile(remotef);
|
||||
|
||||
/*
|
||||
if (config.getGcubeScope().startsWith("/gcube"))
|
||||
|
|
Loading…
Reference in New Issue