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 18943E174 for ; Wed, 30 Jan 2013 21:27:53 +0000 (UTC) Received: (qmail 45011 invoked by uid 500); 30 Jan 2013 21:27:52 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 44984 invoked by uid 500); 30 Jan 2013 21:27:52 -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 44975 invoked by uid 99); 30 Jan 2013 21:27:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 21:27:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gibson.becky@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-la0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 21:27:46 +0000 Received: by mail-la0-f45.google.com with SMTP id er20so1480076lab.18 for ; Wed, 30 Jan 2013 13:27:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=cHvX2tmSzPAcKs9754Ggh3JUGtcgFv9lPPj6ueeuM08=; b=0VZdf+MDLXNIin6WWo8fiZ1LnzDjnERUEbiANn8t50aiKiBVpiMeZe8ZNP7JSXsoO9 Ohh2TN7tkoM0/M0cF1V23njnxnLES5CJm/GiPUAB9mwDjU/ULCIhK3F9xXMCZFmlFvS0 nDkFFs2mN/sVn9pOFaBsMLVPzVZHopyaatH+laCVf0Fkq2KQ8yVyR3NtS6w+fBqMSXB8 wwFg+ytPa2O2SWgEUPN/XqwEGmj0nOGhxJF0S9cJG6jI0rgQIgOWt6adJTmaIpLgs0nq 6ubZmgXO99h3roS9XozPrM6VDlo72ZNG6dXf4UAEwWiFZ/2ySeOdor25wjGAnRSnSJQb c+Bw== MIME-Version: 1.0 X-Received: by 10.152.133.130 with SMTP id pc2mr5733001lab.51.1359581244820; Wed, 30 Jan 2013 13:27:24 -0800 (PST) Received: by 10.112.59.134 with HTTP; Wed, 30 Jan 2013 13:27:24 -0800 (PST) Date: Wed, 30 Jan 2013 16:27:24 -0500 Message-ID: Subject: SOLVED the iOS FileTransfer Errors I was seeing From: Becky Gibson To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=f46d042dfc87240e0f04d4882d1e X-Virus-Checked: Checked by ClamAV on apache.org --f46d042dfc87240e0f04d4882d1e Content-Type: text/plain; charset=ISO-8859-1 I took the time to reacquaint myself with the Jasmine tests and also did some debugging to see why I was consistently getting a failure in the FileTransfer tests. I was specifically having problems with the download to an unknown host. After looking at (and taking the time to understand) the tests I realize that foobar.apache.org SHOULD be in the whitlelist. I was getting a fail in the download from unknown host test due to my internet provider trying to return a "helpful" search assist page for foobar.apache.org! Since the internet provider url was not in the whitelist, I was getting a whitelist error back in the payload rather than a failure. When I put the internet provider (*verizon*) in the whitelist I get a timeout. However, when I run in 3G mode the download unknown host test passed (although others fail due to timeouts). Whew - mystery solved. --f46d042dfc87240e0f04d4882d1e--