fcrepo-exts / fcrepo-import-export

Apache License 2.0
15 stars 19 forks source link

import tool looks for sha1 manifest file with capitalized filename #75

Closed balmas closed 7 years ago

balmas commented 7 years ago

https://github.com/fcrepo4-labs/fcrepo-import-export/blob/master/src/main/java/org/fcrepo/importexport/importer/Importer.java#L127 has final Path manifestPath = Paths.get(bagdir.getAbsolutePath()).resolve("manifest-SHA1.txt"); which prevents it from finding the file named manifest-sha1.txt (at least it does prevent it from working on Linux (Ubuntu 14.04) which doesn't consider the two to be the same)

The exporter exports this file named as a lowercase "manifest-sha1.txt and I think that's what the BagIT specification calls for.

balmas commented 7 years ago

moved to JIRA Tracker