[ 
https://issues.apache.org/jira/browse/CB-7006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15032050#comment-15032050
 ] 

ASF subversion and git services commented on CB-7006:
-----------------------------------------------------

Commit 73223a7d451f3dfb81102d906598ca5bca24eaad in 
cordova-plugin-file-transfer's branch refs/heads/master from [~daserge]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=73223a7
 ]

CB-7006 Empty file is created on file transfer if server response is 304

Adds a corresponding test.
Fixes the Windows proxy to not to delete the existing file in case of a 
download error (including 304) - a temporary file is deleted instead.


> 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-transfer 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to