You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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