Skip to content

Commit

Permalink
Merge pull request #8155 from ashcoding/5_4_X_TIMOB-23676
Browse files Browse the repository at this point in the history
(5_4_X)[TIMOB-23676] Android: Handle cancel for SSL Error
  • Loading branch information
hansemannn committed Jul 25, 2016
2 parents b15ad58 + 3ac2fcc commit 8deb9f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError e

} else {
Log.e(TAG, "SSL error occurred: " + error.toString());
handler.cancel();
}
}

Expand Down

0 comments on commit 8deb9f8

Please sign in to comment.