Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.0
-
None
-
iOS 5 on iPad 2 and 3
Description
Repro:
- Download files thru either FileTransfer.download or jQuery.ajax, with Unicode characters in the URL
- e.g. $.ajax('http://dummy.org/中文名.txt');
Expect:
- It will download http://dummy.org/%E4%B8%AD%E6%96%87%E5%90%8D.txt
Actual:
I tested it on Mobile Safari and the URL encoding done is correct.
Attachments
Issue Links
- is related to
-
CB-1083 Add doc issue that FileTransfer URLs should be pre-encoded
- Closed