[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-05-18 Thread restouffer
Github user restouffer commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-220013558 I'm not familiar with Jenkins, but I'm not convinced those links suggest this patch is the cause of the CI failures. This patch is [Build #10](

[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-05-17 Thread cordova-qa
Github user cordova-qa commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-219934546 Cordova CI Build has one or more failures. **Commit** - [Link](https://github.com/apache/cordova-plugin-file-transfer/pull/126/com

[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-05-16 Thread MIYankov
Github user MIYankov commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-219403560 I encountered the same problem. restouffer's branch fixes the issue. It's vital that this gets merged soon since usually we don't have power over

[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-03-21 Thread ghenry22
Github user ghenry22 commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-199633964 I have also hit this problem and it causes ongoing issues for my app. Could this be checked and merged soon? --- If your project is set up for

[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-03-19 Thread abarranco
Github user abarranco commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126#issuecomment-197310054 I've been 2 days debugging my project when i figured out that this was actually a problem. When i tried to download images from http with 301 re

[GitHub] cordova-plugin-file-transfer pull request: [Android] Handle redire...

2016-02-24 Thread restouffer
GitHub user restouffer opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/126 [Android] Handle redirects when downloading a file The FileTransfer plugin was stopping on a 301 redirect and storing the HTML from that page instead of the target file. Thi