catalog url is generated unencrypted
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@142027 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9ee1f9c38a
commit
563387cfae
|
@ -286,7 +286,7 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
|
||||||
toCreate.setId(datasetId);
|
toCreate.setId(datasetId);
|
||||||
|
|
||||||
// retrieve the url
|
// retrieve the url
|
||||||
String datasetUrl = utils.getUrlFromDatasetIdOrName(datasetId);
|
String datasetUrl = utils.getUnencryptedUrlFromDatasetIdOrName(datasetId);
|
||||||
toCreate.setSource(datasetUrl);
|
toCreate.setSource(datasetUrl);
|
||||||
|
|
||||||
// add also this information as custom field
|
// add also this information as custom field
|
||||||
|
|
Loading…
Reference in New Issue