You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by rsweny <gi...@git.apache.org> on 2012/09/12 23:02:53 UTC

incubator-cordova-blackberry-webworks pull request: Update framework/ext/sr...

GitHub user rsweny opened a pull request:

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/7

    Update framework/ext/src/org/apache/cordova/http/FileUploader.java

    fix for multipart upload syntax. Amazon s3 rejects calls with this bug of an extra line end.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rsweny/incubator-cordova-blackberry-webworks patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-blackberry-webworks/pull/7.patch

----
commit a2af35029617469d6e4a72fc7eb9a973b63c0d4e
Author: Ryan Sweny <rs...@motekmobile.com>
Date:   2012-09-12T13:57:23-07:00

    Update framework/ext/src/org/apache/cordova/http/FileUploader.java
    
    fix for multipart upload syntax. Amazon s3 rejects calls with this bug of an extra line end.

----