Replace all usages of dspace.url with either dspace.ui.url or dspace.server.url (depending on use case)

This commit is contained in:
Tim Donohue
2020-01-29 09:27:25 -06:00
parent 5e3e9b8f9d
commit e8180f11cb
50 changed files with 75 additions and 78 deletions

View File

@@ -583,7 +583,7 @@ public class EZIDIdentifierProvider
log.warn("{} #{} has no handle -- location not set.",
contentServiceFactory.getDSpaceObjectService(dso).getTypeText(dso), dso.getID());
} else {
String url = configurationService.getProperty("dspace.url")
String url = configurationService.getProperty("dspace.ui.url")
+ "/handle/" + item.getHandle();
log.info("Supplying location: {}", url);
mapped.put("_target", url);