Commit 5871eef
committed
bug #6902 Fix double encoded urls (ksn135)
This PR was merged into the 4.x branch.
Discussion
----------
Fix double encoded urls
Sometimes Telegram for iOS mistakenly double convert url if it contains unicode letters (issue overtake/TelegramSwift/issues/1215)
Valid:
https://example.com/?crudAction=detail&crudControllerFqcn=App%5CController%5CDocCrudController&entityId=2500426&page=1&query=гаврилов
Broken (until this fix):
https://example.com/?crudAction=detail&crudControllerFqcn=App%255CController%255CDocCrudController&entityId=2500426&page=1&query=гаврилов
<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.
Note: all your contributions adhere implicitly to the MIT license
-->
Commits
-------
b3f7119 Fix double encoded urls1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments