[AC-2286] encoding of URI components are encoding non-standard characters
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-01-12T22:42:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Aaron K. Saunders |
Assignee | Shak Hossain |
Created | 2013-01-12T22:28:59.000+0000 |
Updated | 2016-03-08T07:41:17.000+0000 |
Description
according to the documentation here http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Network-method-encodeURIComponent
encodeURIComponent encodes non-standard characters as specified in the documentation. This cause some decoders to improperly decode the string, specifically when passing the URL to nodejs decodeURI(q)
No comments