Skip to content

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

Closed
jurasofish wants to merge 24 commits intoKludex:mainfrom
jurasofish:alb_query_strings
Closed

ALB: Fix url-encoded query strings; Fix multi-value headers; Fix multi-value query strings#179
jurasofish wants to merge 24 commits intoKludex:mainfrom
jurasofish:alb_query_strings

Conversation

@jurasofish
Copy link
Copy Markdown
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