mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
969f0c87d7
FileTransfer returns FILE_NOT_FOUND_ERR on http 500 error For some reason on Android if you do a getInputStream() on a HTTP Connection and the server returns a 500 error it will report a FileNotFoundException. Catching this exception and throwing an IOException so that we can report a more accurate error in JavaScript. |
||
---|---|---|
.. | ||
assets | ||
gen/com/phonegap | ||
libs | ||
res | ||
src/com/phonegap | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
build.xml | ||
default.properties |