{ "id": "174031", "key": "TIMOB-27341", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2019-08-19T10:29:22.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "engSchedule" ], "versions": [ { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" }, { "id": "20412", "name": "Release 8.1.0", "archived": false, "released": true, "releaseDate": "2019-08-13" } ], "issuelinks": [], "assignee": null, "updated": "2019-08-27T15:36:31.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "On iOS {{Ti.Network.encodeURIComponent}} does not seem to encode {{=}} correctly. When I code below I get a different result for the global one than for the Network one. The global one is correct\r\n\r\n{code:js}\r\nconsole.log(\"GLOBAL \" + encodeURIComponent(string));\r\nconsole.log(\"NETWORK \" + Ti.Network.encodeURIComponent(string));\r\n{code}\r\n\r\nResult:\r\n{code}\r\n[INFO] GLOBAL %3Furl%3Dtest\r\n[INFO] NETWORK %3Furl=test\r\n{code}\r\n\r\nBoth should return the same where {{=}} is encoded.\r\n\r\n_Reported by Ross Motley on TiSlack_", "attachment": [], "flagged": false, "summary": "iOS regression: Ti.Network.encodeURIComponent is not encoding \"=\"", "creator": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "topener", "key": "topener", "displayName": "Rene Pot", "active": true, "timeZone": "Europe/Berlin" }, "environment": "SDK 8.1 on CLI 7.1.0 on MacOS 10.14.6. Compiled to iOS 12", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }