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

ALB: Fix url-encoded query strings; Fix multi-value headers; Fix multi-value query strings #179

Closed
wants to merge 24 commits into from

Conversation

jurasofish
Copy link
Contributor

Example for #178: modified test now fails when URL-encoded query string is given to ALB.

After discussion I'll see if I can implement a fix in this PR.

@jurasofish jurasofish changed the title Fix url-encoded query strings with ALB ALB: Fix url-encoded query strings; Fix multi-value headers; Fix multi-value query strings Apr 18, 2021
jordaneremieff pushed a commit that referenced this pull request Jun 5, 2021
* copy with some slight changes from #179

* move headers conversion from `List[Tuple[bytes, bytes]]` to `List[List[bytes]]` up to where the headers are initially transformed

* no longer assert that first case mutated string is lowercase

* only pull headers from one of `multiValueHeaders` and `headers`
khamaileon pushed a commit to khamaileon/mangum that referenced this pull request Jan 13, 2024
* copy with some slight changes from Kludex#179

* move headers conversion from `List[Tuple[bytes, bytes]]` to `List[List[bytes]]` up to where the headers are initially transformed

* no longer assert that first case mutated string is lowercase

* only pull headers from one of `multiValueHeaders` and `headers`
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

Successfully merging this pull request may close these issues.

2 participants