[TIMOB-2156] Android: Invalid redirect alert on XHR file download
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:58:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, android_refactor, defect, regression, xhr |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:12:14.000+0000 |
Updated | 2011-04-17T01:58:16.000+0000 |
Description
1.5.0.70ce98 g2 running 2.2, G1 running 1.6, sim 2.2.
- Platform > XHR> File Download
- Tap Large file download
results:Invalid redirect URI: http://cloud2.appcelerator.net/win32_win32/5d315db3a8bfdfe3b182c68d3824e72d/847855b7-e7da-4db3-8d65-51e1e4aab7ea/Titanium"> http://cloud2.appcelerator.net/win32_win32/5d315db3a8bfdfe3b182c68d... Developer.msi
works on ios
(from [2fa41c0ea6a442fbe6708590be130ed7f42e67b9]) fixed a redirect issue when some http servers don't correctly escape the redirect url. implemented buffering for httpclient (512k is the default, can be controlled w/ ti.android.httpclient.maxbuffersize property). added a new drillbit test suite for httpclient, fixed headers/formatting in a few files. [#1381 state:fixed-in-qa] [#2156 state:fixed-in-qa] https://github.com/appcelerator/titanium_mobile/commit/2fa41c0ea6a442fbe6708590be130ed7f42e67b9"> https://github.com/appcelerator/titanium_mobile/commit/2fa41c0ea6a4...
1.5.0.3ee6a97 G2 (2.2) new bug about the current behavior, but this bits fixed.
(from [8b0856b4be18d4451e1b5a12d84e9037e9107070]) [#2156] Timeout in drillbit http redirect (large file download) test changed to 60000 because it often exceeds 30 secs https://github.com/appcelerator/titanium_mobile/commit/8b0856b4be18d4451e1b5a12d84e9037e9107070"> https://github.com/appcelerator/titanium_mobile/commit/8b0856b4be18...