You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alan Kinzie (JIRA)" <ji...@apache.org> on 2014/08/15 18:19:19 UTC

[jira] [Created] (CB-7320) ErrorUrl in config.xml no longer has any effect

Alan Kinzie created CB-7320:
-------------------------------

             Summary: ErrorUrl in config.xml no longer has any effect
                 Key: CB-7320
                 URL: https://issues.apache.org/jira/browse/CB-7320
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 3.5.0
            Reporter: Alan Kinzie


On Android, as of Cordova 3.5, setting the ErrorUrl in the config.xml has no effect.  It appears that with Cordova 3.5, the way the errorUrl is stored was changed (see https://github.com/apache/cordova-android/commit/2ab81bc5aeb575fef3657cf48a671607e81ca37d).  In CordovaActivity.java, in the onReceivedError function it still tries to get the errorUrl the old way (see line 718 vs line 917 in CordovaActivity.java: https://github.com/apache/cordova-android/blob/3.5.x/framework/src/org/apache/cordova/CordovaActivity.java).



--
This message was sent by Atlassian JIRA
(v6.2#6252)