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

Header key/value encoding validation #56

Open
hhurtado opened this issue Oct 22, 2019 · 2 comments
Open

Header key/value encoding validation #56

hhurtado opened this issue Oct 22, 2019 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@hhurtado
Copy link
Contributor

GO's implementation doesn't make any header key/value encoding validation. We need to add this validation.

@hhurtado hhurtado added the bug Something isn't working label Oct 22, 2019
@hhurtado hhurtado added this to the 1.0.0 milestone Oct 22, 2019
@panchoh panchoh modified the milestones: 1.0.0, 1.1.0 Oct 23, 2019
@panchoh
Copy link
Contributor

panchoh commented Oct 23, 2019

We have to discuss as well wether the cookie headers must be case sensitive or not.

@dumblob
Copy link

dumblob commented Nov 27, 2022

@panchoh unfortunately they kind of do (read threads vlang/v#9462 (comment) and vlang/v#9602 (comment) ).

We shall follow the basic robustness principle: be liberal on input and strictly conformant on output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants