Andrew Grieve created CB-1565:
---------------------------------
Summary: Android FileTransfer sets the SSLSocketFactory globally
instead of directly on the connection
Key: CB-1565
URL: https://issues.apache.org/jira/browse/CB-1565
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 2.1.0
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor
This will break when doing concurrent FileTransfers.
We should just change:
HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
to:
connection.setSSLSocketFactory()
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira