Commit b3f7119
authored
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=гаврилов1 parent 2fdb457 commit b3f7119
1 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