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

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

Github user nikhilkh commented on the pull request:

    
https://github.com/apache/cordova-plugin-file-transfer/pull/54#issuecomment-99545354
  
    Should the plugin.xml for this plugin be updated to specify that this 
version of the plugin now only will work with cordova-wp8 4.0 and greater? I 
believe you can use the `engine` tag to do so - 
http://cordova.apache.org/docs/en/5.0.0/plugin_ref_spec.md.html#Plugin%20Specification


> (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-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to