Skip to content

Commit

Permalink
Tweak base64 error handling language.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Feb 1, 2018
1 parent 01617ef commit 17ff7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-httpbis-header-structure.md
Expand Up @@ -436,7 +436,7 @@ Parsers MUST consider encoded data that is padded an error, as "=" might be conf

Likewise, parsers MUST consider encoded data that has non-zero pad bits an error. See {{!RFC4648}}, Section 3.5.

This specification does not relax the requirements in {{!RFC4648}}, Section 3.1 and 3.3; therefore, parsers MUST consider line feeds and non-alphabetic characters in encoded data as errors.
This specification does not relax the requirements in {{!RFC4648}}, Section 3.1 and 3.3; therefore, parsers MUST consider characters outside the base64 alphabet and line feeds in encoded data as errors.

~~~ abnf
binary = "*" 0*21846(base64) "*"
Expand Down

0 comments on commit 17ff7c0

Please sign in to comment.