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

mime/multipart: Header populated by Reader.NextPart() should not modify the order of the body headers #23290

Closed
dawud-tan opened this issue Dec 31, 2017 · 5 comments

Comments

@dawud-tan
Copy link

Reader.NextPart sometimes alter the order of the headers of the body which cause my app that utilize digital signature fail to verify because of message alteration.

@davecheney
Copy link
Contributor

davecheney commented Dec 31, 2017 via email

@dawud-tan
Copy link
Author

dawud-tan commented Dec 31, 2017

I mean, had the lib modified my data?
could it be make to leave the data intact? sorry for my bad english

@dawud-tan dawud-tan changed the title Header populated by Reader.NextPart() sometimes reorder the headers of the body Header populated by Reader.NextPart() should not modify the order of the body headers Dec 31, 2017
@davecheney
Copy link
Contributor

davecheney commented Dec 31, 2017 via email

@dawud-tan
Copy link
Author

well, thanks for the info, so, the issue could be closed.

@odeke-em odeke-em changed the title Header populated by Reader.NextPart() should not modify the order of the body headers mime/multipart: Header populated by Reader.NextPart() should not modify the order of the body headers Dec 31, 2017
@bradfitz
Copy link
Contributor

I don't understand what this bug report is about (the bug template was deleted and there's no repro or code snippet), but per the last comment, I will close this.

@golang golang locked and limited conversation to collaborators Dec 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants