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

Simple header validation fails with folded value #15

Open
kynx opened this issue Sep 11, 2022 · 0 comments
Open

Simple header validation fails with folded value #15

kynx opened this issue Sep 11, 2022 · 0 comments

Comments

@kynx
Copy link

kynx commented Sep 11, 2022

If the header value is folded and the continuation line contains leading whitespace:

Subject: Subject Subject Subject Subject Subject Subject Subject Subject Subject
 Subject

the simple header canonicalization strips the leading whitespace on the continuation line:

Subject: Subject Subject Subject Subject Subject Subject Subject Subject Subject
Subject 

This leads to an (incorrect) failed validation. According to https://www.rfc-editor.org/rfc/rfc6376#section-3.4.5 the leading whitespace on the continuation line should be preserved.

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

No branches or pull requests

1 participant