Skip to content

Allow RFC 4648 encodings for "contentEncoding" #604

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

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

handrews
Copy link
Contributor

@handrews handrews commented Jun 13, 2018

Addresses #594

RFC 4648 is a more modern standard for encodings, and addresses
ambiguities and application-specific limits of the "base64"
encoding from RFC 2045. It also adds several commonly used
variations, such as "base64url", that are relevant to modern systems.

RFC 2045 values are still allowed, although for "base64", RFC 4648
now takes precedence.

RFC 4648 is a more modern standard for encodings, and addresses
ambiguities and application-specific limits of the "base64"
encoding from RFC 2045.  It also adds several commonly used
variations, such as "base64url", that are relevant to modern systems.

RFC 2045 values are still allowed, although for "base64", RFC 4648
now takes precedence.
@handrews
Copy link
Contributor Author

@awwright @philsturgeon @Relequestual last call on this- I'll be merging it on Wednesday given @dlax's approval barring serious objections from anyone else.

@handrews handrews merged commit 0ae837b into json-schema-org:master Jun 27, 2018
@handrews handrews deleted the content-enc branch June 28, 2018 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants