dileepbapat / gwt-phonegap

Automatically exported from code.google.com/p/gwt-phonegap
0 stars 0 forks source link

misspelling in FileTransferJsImpl leads to broken (unset) headers #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am on eafd36 and tried to make an FileUpload with custom headers.
I noticed that the Server never receives the headers I set before.
So I had a look in the code:

FileTransferJsImpl Line 91 says: fop.heaaders = headers;

As you may see the attribute is called "heaaders" but the mobile native classes 
of cordova are working with the correct spelled "headers".

Would be glad if this would be fixed for the next release.

Best Regards!

Original issue reported on code.google.com by LordDest...@gmail.com on 10 Nov 2014 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by svkirans@gmail.com on 15 Nov 2014 at 4:56