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 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 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 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 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 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