-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Description
Hi,
I'm using bagit-java (5.0.3) and today I've reached a point where I'm wondering if the library is breaking (a little bit) with the BagIt standard. Let's try to formulate my problem in 'given-when-then' style. ;-)
Given
- I plan to create a bag, which has to be partly fetched by the consumer
- I've added one payload manifest containing one item
- I've added two fetch items
When
- I write the bag to disk
Then
- The fetch items appear in 'fetch.txt'
- The payload item appears in 'manifest-.txt'
- None of the fetch items appear in 'manifest-.txt'
Obviously, it is also not possible to provide (manually) hashes for files that should be fetched by the bag consumer. According to the example in the BagIt specification (see https://tools.ietf.org/html/draft-kunze-bagit-08#section-5.2) fetch items are listed in 'manifest-.txt'.
Are there plans or is there the possibility to fix this behaviour or was it implemented in that way on purpose?
Regards,
Thomas