You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/02 15:29:31 UTC

[jira] [Commented] (CB-8721) (Windows Phone 8, File-transfer download method) When specifying header with comma in it, fail callback is called

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

ASF GitHub Bot commented on CB-8721:
------------------------------------

Github user vladimir-kotikov commented on the pull request:

    https://github.com/apache/cordova-plugin-file-transfer/pull/72#issuecomment-88864506
  
    @purplecabbage, @nikhilkh are you ok with merging this?


> (Windows Phone 8, File-transfer download method) When specifying header with comma in it, fail callback is called
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-8721
>                 URL: https://issues.apache.org/jira/browse/CB-8721
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer
>            Reporter: Alexander Sorokin
>            Assignee: Vladimir Kotikov
>
> This code fails because header with comma in it is not parsed properly:
> {code}
> transfer.download(fileURL, localFilePath, function win(){}, function fail(){}, true,
>     {
>     headers: {
>         'If-Modified-Since': 'Sun, 06 Nov 1994 08:49:37 GMT'
>         }
>     });
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org