Skip to content
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

Ambiguous WARC-Filename value definition #72

Open
JustAnotherArchivist opened this issue Jul 4, 2021 · 0 comments
Open

Ambiguous WARC-Filename value definition #72

JustAnotherArchivist opened this issue Jul 4, 2021 · 0 comments

Comments

@JustAnotherArchivist
Copy link

The WARC-Filename header is defined as:

WARC-Filename = "WARC-Filename" ":" ( TEXT | quoted-string )

Because TEXT includes the double quote, this means that a header like WARC-Filename: "foo" is ambiguous: the quotes could be part of the value (via the TEXT option) or not (via quoted-string).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants