-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifest filename escaping #509
Comments
I was just starting to file issues for implementations. I would also note:
|
Thanks. The fallback for backwards compatibility is a good idea. |
It occurred to me that another approach to backwards compatible validation would be to only decode For example, if a bag contains the file This approach does not work for files that naturally include these three strings. For example, if a bag has a file named While not perfect, I think this approach would greatly improve validation compatibility. |
This is a general bug filed against the manifest spec at LibraryOfCongress/bagit-spec#46.
TLDR: No existing baggers correctly implement the BagIt spec's filename percent-encoding requirements. Fixing this in DART likely means breaking compatibility with all other baggers and validators.
Wait to see how the community moves on this.
The text was updated successfully, but these errors were encountered: