mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
Added DOI.RESOLVER instead of using "http://dx.doi.org" everywhere.
This commit is contained in:
@@ -851,7 +851,7 @@ public class DOIIdentifierProvider
|
||||
DCValue[] metadata = item.getMetadata(MD_SCHEMA, DOI_ELEMENT, DOI_QUALIFIER, null);
|
||||
for (DCValue id : metadata)
|
||||
{
|
||||
if (id.value.startsWith("http://dx.doi.org/10."))
|
||||
if (id.value.startsWith(DOI.RESOLVER + "/10."))
|
||||
{
|
||||
return DOI.DOIFromExternalFormat(id.value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user