Commit 23be6a6
committed
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.1 parent 9cd437a commit 23be6a6
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
280 | 284 | | |
281 | 285 | | |
282 | 286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments