Skip to content

Commit aaa8872

Browse files
committed
Updated the locally-built xoai jars with the cherry-picked commit securing b0ea5e5 XMLInputFactory there.
1 parent 7e16ed3 commit aaa8872

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
578 Bytes
Binary file not shown.

src/main/java/edu/harvard/iq/dataverse/harvest/client/HarvesterServiceBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ private void harvestOAIviaListRecords(OaiHandler oaiHandler, DataverseRequest da
319319
MutableBoolean getRecordErrorOccurred = new MutableBoolean(false);
320320

321321
Metadata oaiMetadata = oaiRecord.getMetadata();
322-
String metadataString = oaiMetadata.getMetadataAsString();
322+
String metadataString = oaiMetadata.asUnparsedString();
323323

324324
Long datasetId = null;
325325

0 commit comments

Comments
 (0)