-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
authres: parse() function can't get correct quoted-string value #32
Comments
Ah. This means the whole parsing logic will need to be reworked, since quoted-strings can contain Line 225 in fb07ec9
|
Thanks for your confirmation. Btw, I think this line instead: Line 258 in fb07ec9
|
Well, this one too indeed. |
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authenctication-Results header parser for full RFC 7601 compliance. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authenctication-Results header parser for full RFC 7601 compliance. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authenctication-Results header parser for full RFC 7601 compliance. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authenctication-Results header parser for full RFC 7601 compliance. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authentication-Results header parser for a complete RFC 7601 implementation. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authentication-Results header parser for a complete RFC 8601 implementation. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
konimarti
added a commit
to konimarti/go-msgauth
that referenced
this issue
Jun 3, 2022
Rewrite of the Authentication-Results header parser for a complete RFC 8601 implementation. Ignore any header comments in parenthesis. Allow escape sequences and semi-colons in comments and quoted strings as values. Fixes: emersion#32
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Arcoding to https://tools.ietf.org/html/rfc8601:
For example:
Instead of
good signature
, value of Reason is"good
.The text was updated successfully, but these errors were encountered: