[TIMOB-3227] Valid URL for image reported as Bad
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2017-06-07T21:13:16.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | core |
| Reporter | jmathai |
| Assignee | Ingo Muschenetz |
| Created | 2011-04-15T03:39:59.000+0000 |
| Updated | 2017-06-07T21:13:16.000+0000 |
Description
image = Ti.UI.createImageView({image:"http://meltsmyheart.com/photos/custom/201101/849_1295924983_DSC_6393{30,30,bw,b8232}.JPG"});
[ERROR] Failed to load image: (null), Error: Error Domain=ASIHTTPRequestErrorDomain Code=5 "Unable to create request (bad url?)" UserInfo=0xbd18b50 {NSLocalizedDescription=Unable to create request (bad url?)}
Urlencoding the mustaches does in fact work - but it may still be considered a bug. Leave it up the team.
Should be resolved as part of URI encoding spec.
Closing ticket due to time passed and lack of progress in the past 5 years.