[
https://issues.apache.org/jira/browse/CB-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539015#comment-14539015
]
ASF subversion and git services commented on CB-8721:
-----------------------------------------------------
Commit 21fb03aa9c55fbd1ca4df6097b466840e91c16b8 in
cordova-plugin-file-transfer's branch refs/heads/master from [~vladimir.kotikov]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=21fb03a
]
CB-8721 Fixes incorrect headers and upload params parsing on wp8
> (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: [email protected]
For additional commands, e-mail: [email protected]