mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-10 00:03:01 +08:00
The download method in FileTransfer was setting the HttpURLConnection.setDoOutput to true. On Android 4.0 this would force the connection to be a POST when what we actually want is a GET. I removed the offending line and tested the fix in 2.1, 2.2, 2.3 and 4.0.