Merge pull request #12 from SpiderOak/report-ssl-pinning-error

Missing imports for SSLHandshakeException reporting
This commit is contained in:
Andrew Stephan 2014-09-15 10:26:55 -04:00
commit e562bd0627
4 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,8 @@ import java.net.URI;
import java.net.URISyntaxException;
import java.util.Map;
import javax.net.ssl.SSLHandshakeException;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.file.FileUtils;

View File

@ -14,6 +14,8 @@ import javax.net.ssl.HttpsURLConnection;
import javax.net.ssl.SSLContext;
import javax.net.ssl.HostnameVerifier;
import javax.net.ssl.SSLHandshakeException;
import org.apache.cordova.CallbackContext;
import org.json.JSONException;
import org.json.JSONObject;

View File

@ -10,6 +10,8 @@ import org.apache.cordova.CallbackContext;
import org.json.JSONException;
import org.json.JSONObject;
import javax.net.ssl.SSLHandshakeException;
import android.util.Log;
import com.github.kevinsawicki.http.HttpRequest;

View File

@ -16,6 +16,8 @@ import org.apache.cordova.CallbackContext;
import org.json.JSONException;
import org.json.JSONObject;
import javax.net.ssl.SSLHandshakeException;
import android.util.Log;
import android.webkit.MimeTypeMap;