Updated Branches:
  refs/heads/master ecf289cc9 -> 0c0b87bca

Change FileTransfer's form boundary from *** to +++

- Fixes https://issues.apache.org/jira/browse/CB-1512


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/0c0b87bc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/0c0b87bc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/0c0b87bc

Branch: refs/heads/master
Commit: 0c0b87bcae687588a5df5c78041aa46167abf1ff
Parents: ecf289c
Author: Andrew Grieve <agri...@chromium.org>
Authored: Fri Sep 21 11:24:06 2012 -0400
Committer: Andrew Grieve <agri...@chromium.org>
Committed: Fri Sep 21 11:24:06 2012 -0400

----------------------------------------------------------------------
 CordovaLib/Classes/CDVFileTransfer.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/0c0b87bc/CordovaLib/Classes/CDVFileTransfer.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVFileTransfer.m 
b/CordovaLib/Classes/CDVFileTransfer.m
index c0471ed..d37702b 100644
--- a/CordovaLib/Classes/CDVFileTransfer.m
+++ b/CordovaLib/Classes/CDVFileTransfer.m
@@ -35,7 +35,7 @@ static const NSUInteger kStreamBufferSize = 32768;
 // Magic value within the options dict used to set a cookie.
 NSString* const kOptionsKeyCookie = @"__cookie";
 // Form boundary for multi-part requests.
-NSString* const kFormBoundary = @"*****org.apache.cordova.formBoundary";
+NSString* const kFormBoundary = @"+++++org.apache.cordova.formBoundary";
 
 // Writes the given data to the stream in a blocking way.
 // If successful, returns bytesToWrite.

Reply via email to