-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
multi-value content-disposition header value results in invalid header value #50978
Comments
Hi, given that this was introduced in 18.16.0, should it not be fixed also in the Node.js 18 LTS version? |
@ArsalanDotMe |
I'm not part of the maintaining team. I just created the issue and made a proposal for the fix. |
I can see the tag is added in the fix PR. It should be eventually landed in v18. |
Version
v20.8.0
Platform
Darwin A-KM20V94RKQ 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 arm64
Subsystem
http
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
It is always reproducible.
What is the expected behavior? Why is that the expected behavior?
Expected behavior is that an array can be passed as a value for the content-disposition header just like any other header.
What do you see instead?
Passing an array as a value to content-disposition header results in invalid header value.
Additional information
Issue introduced by #46528
The text was updated successfully, but these errors were encountered: