Skip to content

BagIt Support 1.0.1

Latest
Compare
Choose a tag to compare

Notes

  • Bug Fix: Close OutputStreams before retrieving the digest in BagWriter (see: #28)
    • Previously there was the potential for a tagmanifest to have incorrect digests written for files, causing validation to fail
  • Relax content type matching for tar archives
    • application/x-tar and application/x-gtar are now treated as application/tar so that profiles which allow application/tar do not fail when trying to get a BagDeserializer

Issues closed:

  • #28 - Checksum payload manifests after OutputStream is closed
  • #31 - Relax tar content type matching