Romain Garrigues created CB-7006:
------------------------------------
Summary: [cordova-plugin-file-transfer] Empty file is created on
file transfer if server response is 304.
Key: CB-7006
URL: https://issues.apache.org/jira/browse/CB-7006
Project: Apache Cordova
Issue Type: Bug
Components: Plugin File Transfer
Environment: Android 4.3, cordova 3.4.1, plugin-file-transfert r0.4.4
Reporter: Romain Garrigues
Hi,
I want to use file transfer plugin with "If-Modified-Since" HTTP header.
When receiving 304 status code from server (file not changed), It seems that
file transfer plugin overwrites the current file on device by... new empty one.
As plugin does not verify HTTP response status code, and HTTP 304 response
contains an empty body content, maybe that's a point to check to avoid
overwriting already present data ?
--
This message was sent by Atlassian JIRA
(v6.2#6252)