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 2AFD8D13D for ; Mon, 10 Sep 2012 19:54:08 +0000 (UTC) Received: (qmail 54058 invoked by uid 500); 10 Sep 2012 19:54:07 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 54033 invoked by uid 500); 10 Sep 2012 19:54: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 54023 invoked by uid 99); 10 Sep 2012 19:54:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 19:54:07 +0000 Date: Tue, 11 Sep 2012 06:54:07 +1100 (NCT) From: "Shazron Abdullah (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <914048759.59541.1347306847761.JavaMail.jiratomcat@arcas> In-Reply-To: <268145146.58089.1347289568282.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CB-1406) HTTP-Get via XHR in Web Workers always return status 0 under iOS 6 (Beta 4) 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-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1406: --------------------------------- Fix Version/s: 2.2.0 Putting this on the list for 2.2.0 since that will be the first release after iOS 6 goes GM. > HTTP-Get via XHR in Web Workers always return status 0 under iOS 6 (Beta 4) > --------------------------------------------------------------------------- > > Key: CB-1406 > URL: https://issues.apache.org/jira/browse/CB-1406 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.1.0 > Environment: all iOS devices and simulators > Reporter: Jochen Magnus > Assignee: Shazron Abdullah > Labels: HTTP, WebWorker, XHR > Fix For: 2.2.0 > > Attachments: testworker.js, workertest.html > > > HTTPRequests in the Web Workers ending always with http.readyState==4 (that's the ready state) but with http.status==0, which is an undefined status (normal is 200 for "o.k."). The file is requested from and fully deliverd by the webserver. > This happens under iOS 6 Beta 4 but not under iOS 5.x where the same app with the same Cordova version works well. > The problem did not occur with XHR in the native programs main thread nor in non-native HTML5-apps (WebApps without the use of Cordova). > A Xcode test project is available. -- 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