From 9171de2d41d2a60b8474bc4838be587ea2d4cb92 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 13 Dec 2019 11:00:19 -0500 Subject: [PATCH] Fix identifier for bitstreams in OAI ETDMS format We were getting a double-prepended https:// on the identifier URL, which was not good. We were also getting a link to /jspui/, which resolved, but presumably won't in the glorious future when we migrate to a different front-end, so point at the neutral /dspace/ instead. Signed-off-by: Dan Scott --- .../oai/metadataFormats/oai_etdms.xsl | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/dspace/config/crosswalks/oai/metadataFormats/oai_etdms.xsl b/dspace/config/crosswalks/oai/metadataFormats/oai_etdms.xsl index 7c41b8f0721d..ff63410e7ea3 100644 --- a/dspace/config/crosswalks/oai/metadataFormats/oai_etdms.xsl +++ b/dspace/config/crosswalks/oai/metadataFormats/oai_etdms.xsl @@ -83,7 +83,9 @@ - + + + @@ -140,4 +142,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +