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

Incorrect multipart header processing #307

Open
primaljax opened this issue Aug 11, 2019 · 0 comments
Open

Incorrect multipart header processing #307

primaljax opened this issue Aug 11, 2019 · 0 comments

Comments

@primaljax
Copy link

primaljax commented Aug 11, 2019

When processing multipart headers, each header line is split into name and value. If the value contains colon characters, data after the colon is lost. This issue specifically arises in the content-disposition header when Internet Explorer include the full path of the filename (e.g. "C:\file.txt").

Submitted Pull Request #306 to resolve this issue.

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