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 96A239809 for ; Fri, 24 Feb 2012 22:34:12 +0000 (UTC) Received: (qmail 39639 invoked by uid 500); 24 Feb 2012 22:34:12 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 39590 invoked by uid 500); 24 Feb 2012 22:34:12 -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 39431 invoked by uid 99); 24 Feb 2012 22:34:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 22:34:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2012 22:34:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 13792339C6B for ; Fri, 24 Feb 2012 22:33:49 +0000 (UTC) Date: Fri, 24 Feb 2012 22:33:49 +0000 (UTC) From: "Joe Bowser (Updated) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1679888814.17265.1330122829081.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1332444121.34549.1319843852335.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CB-12) Error loading assets/www/index.html on extra large Callback Projects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CB-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-12: ------------------------- Priority: Major (was: Critical) > Error loading assets/www/index.html on extra large Callback Projects > -------------------------------------------------------------------- > > Key: CB-12 > URL: https://issues.apache.org/jira/browse/CB-12 > Project: Apache Callback > Issue Type: Bug > Components: Android > Affects Versions: 1.1.0 > Environment: All Android > Reporter: Joe Bowser > Assignee: Joe Bowser > Fix For: 2.0.0 > > > Steps to reproduce: > 1. Create a large Callback Android project > 2. Run Large Android Project > Expected: App should load > What Happens: Application shows error saying it can't load index.html > This is caused by relying on assets that need to be unzipped to be accessed. We may want to do the unzipping into the application's jail before we access loadUrl to get around this bottleneck. This will happen only on the first load of Callback, but we currently can't style this error. Alternatively, we could somehow catch the error and call loadUrl again once index.html exists. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira