Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E71861883F for ; Wed, 12 Aug 2015 16:19:44 +0000 (UTC) Received: (qmail 24117 invoked by uid 500); 12 Aug 2015 16:19:44 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 24065 invoked by uid 500); 12 Aug 2015 16:19:44 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 24043 invoked by uid 99); 12 Aug 2015 16:19:44 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 16:19:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id BD20B1A9DCF for ; Wed, 12 Aug 2015 16:19:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.901 X-Spam-Level: ** X-Spam-Status: No, score=2.901 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id P8_7o6X0-s4Y for ; Wed, 12 Aug 2015 16:19:26 +0000 (UTC) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 7738331C3E for ; Wed, 12 Aug 2015 16:13:41 +0000 (UTC) Received: by obbhe7 with SMTP id he7so16416946obb.0 for ; Wed, 12 Aug 2015 09:13:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=A0BXp8B0RoXHY6ETgW5FHx4pBf7VEitpT78yLzlDiDo=; b=1IAri5JSDas5gHy8I4IsSntrXj73MrrMNmvJ6E5c6PHaQq9w7/p9T8+mIS9QH5YulR AedEmIFRCy9NxpZZkrgNi5SMr03MjkFNF+rCfrDYRYOaBAccThPOoWrpr/Gdql6zskao j9zTwti5DdfrGyep6kEAl2ySMk3EujzjLAOSE5/+hWK9uYj2XRtXmX4A9A8zyUSNNllj CD1pWoY9+9W8sw1QS0hCDfmITrzGDZ7uAId+jMaPPdoGA3xZ3G6E1OVs7juZeTTRksNN r61XgILODYOxLQltt8V1WFVaFupp3tRcG/VJTEKys7dSRgm0XpowUnxImx3GmFLIFDwQ sUQw== MIME-Version: 1.0 X-Received: by 10.60.128.200 with SMTP id nq8mr30411859oeb.54.1439396020818; Wed, 12 Aug 2015 09:13:40 -0700 (PDT) Received: by 10.76.98.193 with HTTP; Wed, 12 Aug 2015 09:13:40 -0700 (PDT) In-Reply-To: References: Date: Thu, 13 Aug 2015 00:13:40 +0800 Message-ID: Subject: Re: CORS for http://cordova-filetransfer.jitsu.com From: Shazron To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=047d7b33906b831928051d1f8007 --047d7b33906b831928051d1f8007 Content-Type: text/plain; charset=UTF-8 This might be why we're encountering https://issues.apache.org/jira/browse/CB-9483 To update you will have to PR to this repo and branch https://github.com/apache/cordova-labs/tree/cordova-filetransfer Then someone with access rights to the account (I do, plus others not sure whom) has to push the code. On Wednesday, August 12, 2015, Sergey Shakhnazarov (Akvelon) < v-seshak@microsoft.com> wrote: > Hi guys, > > I was testing mobilespec in hosted environment recently and encountered an > issue with file-transfer plugin: > org.apache.cordova.mobilespec.tests.localXHR.tests >> XMLHttpRequest > XMLHttpRequest.spec.9 calls onload from successful http get > Expected spy onError not to have been called. > > This issue is caused by missing Access-Control headers on the server side. > Can we add them? Should I send a PR to > https://github.com/don/cordova-filetransfer? > > Best regards, > Sergey Shakhnazarov > > > --047d7b33906b831928051d1f8007--