Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8721

(Windows Phone 8, File-transfer download method) When specifying header with comma in it, fail callback is called

    XMLWordPrintableJSON

Details

    Description

      This code fails because header with comma in it is not parsed properly:

      transfer.download(fileURL, localFilePath, function win(){}, function fail(){}, true,
          {
          headers: {
              'If-Modified-Since': 'Sun, 06 Nov 1994 08:49:37 GMT'
              }
          });
      

      Attachments

        Issue Links

          Activity

            People

              vladimir.kotikov Vladimir Kotikov
              alsorokin Alexander Sorokin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: