-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix the Url::percentRecodeQuery method
URLs can have several parameters with the same name (e.g. `?foo=bar&foo=baz`), which are accessible in an array (see `Url::parseQuery()`). However, the `percentRecodeQuery` method wasn't aware of this possibility and was executing the `fullPercentDecode()` method directly on the array instead of each part of the array.
- Loading branch information
1 parent
9cd437a
commit 23be6a6
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters