Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Fixed #115, GET wildcards +& not parsed correctly #116

Merged
merged 1 commit into from
Nov 15, 2020
Merged

Conversation

Katsute
Copy link
Member

@Katsute Katsute commented Nov 15, 2020

Fixed issue where wildcards + and & were decoded incorrectly, causing the GET map to be incorrect.

Issue was caused by decoder parsing an already decoded query. This would break the decoder method for characters `+` and `&`.
@Katsute Katsute added the bug Something isn't working as expected label Nov 15, 2020
@Katsute Katsute added this to the 4.2.0 milestone Nov 15, 2020
@Katsute Katsute self-assigned this Nov 15, 2020
@Katsute Katsute linked an issue Nov 15, 2020 that may be closed by this pull request
@Katsute Katsute merged commit a96ae6b into main Nov 15, 2020
@Katsute Katsute deleted the fix-get#115@165dbeb branch November 15, 2020 20:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get request does not parse wildcard characters +& correctly.
1 participant