#7861#note-8 instance url from handle #243

Merged
claudio.atzori merged 4 commits from handle_as_instance_urls into beta 2022-09-09 12:19:18 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a539c6ccaf - Show all commits

View File

@ -26,7 +26,7 @@ import eu.dnetlib.dhp.schema.oaf.utils.IdentifierFactory;
public class OdfToOafMapper extends AbstractMdRecordToOafMapper {
public static final String HTTP_DOI_PREIFX = "https://doi.org/";
public static final String HTTP_HANDLE_PREIFX = "http://hdl.handle.net/";
public static final String HTTP_HANDLE_PREIFX = "https://hdl.handle.net/";
claudio.atzori marked this conversation as resolved Outdated

Why not declaring https also for the handle resolver?

Why not declaring https also for the handle resolver?
public OdfToOafMapper(final VocabularyGroup vocs, final boolean invisible, final boolean shouldHashId,
final boolean forceOrginalId) {