You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Joe Bowser (Resolved) (JIRA)" <ji...@apache.org> on 2012/03/06 23:11:57 UTC

[jira] [Resolved] (CB-250) [android] app crashes when DNS lookup fails

     [ https://issues.apache.org/jira/browse/CB-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-250.
---------------------------

    Resolution: Fixed

Fixed in 1.6, will now 404 instead of show the fatal error box.
                
> [android] app crashes when DNS lookup fails
> -------------------------------------------
>
>                 Key: CB-250
>                 URL: https://issues.apache.org/jira/browse/CB-250
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.4.0, 1.5.0
>            Reporter: Andrew Lunny
>            Assignee: Joe Bowser
>             Fix For: 1.6.0
>
>
> If the DNS lookup on a link to loadUrl fails, the app exits.
> Fil traced this to the onReceivedError method in CordovaWebViewClient - the ERROR_HOST_LOOKUP error code is being passed to that method, which is passed on to the context, and the app crashes.
> http://developer.android.com/reference/android/webkit/WebViewClient.html#ERROR_HOST_LOOKUP
> Expected behavior in this case is probably for an error to be reported back to the web view, and the initial page to be loaded back once more.
> app demonstrating failure (has wildcard on whitelist): https://build.phonegap.com/apps/74059/share
> source code: https://gist.github.com/1821047

--
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