Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 048B9D39A for ; Fri, 21 Sep 2012 15:24:08 +0000 (UTC) Received: (qmail 83775 invoked by uid 500); 21 Sep 2012 15:24:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 83731 invoked by uid 500); 21 Sep 2012 15:24:07 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 83723 invoked by uid 99); 21 Sep 2012 15:24:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 15:24:07 +0000 Date: Sat, 22 Sep 2012 02:24:07 +1100 (NCT) From: "Simon MacDonald (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1543801206.107893.1348241047613.JavaMail.jiratomcat@arcas> In-Reply-To: <1690381854.101674.1348135088477.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (CB-1512) FileTransfer API and Mojolicious MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1512. --------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 > FileTransfer API and Mojolicious > -------------------------------- > > Key: CB-1512 > URL: https://issues.apache.org/jira/browse/CB-1512 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 2.0.0 > Environment: Android app created via PhoneGap Build, uploading image files to Mojolicious server. > Reporter: David Coe > Assignee: Simon MacDonald > Labels: Build, FileTransfer, boundary, upload > Fix For: 2.2.0 > > > Hi, > I've been using PhoneGap build to produce an app that needs to upload images to a Mojolicious server. Unfortunately Mojolicious refuses to accept the upload from the app as the content-type boundary value is set to '\*\*\*\*\*' in FileTransfer.java. It seems that Mojolicious refuses this as '\*' is not an allowed character under the spec (http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html). > Due to the nature of PhoneGap Build it is not possible to edit this value in FileTransfer.java directly as far as I am aware. Ideally this could perhaps be configured as a value passed via the FileTransfer API, but a simpler solution may be to use a more compliant value as the default. > (Issue posted here as recommended on PhoneGap Build forums http://gsfn.us/t/34rul) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira