You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Brock (JIRA)" <ji...@apache.org> on 2014/01/02 13:26:51 UTC

[jira] [Created] (CB-5718) Detection of HTTPS broken

Andrew Brock created CB-5718:
--------------------------------

             Summary: Detection of HTTPS broken
                 Key: CB-5718
                 URL: https://issues.apache.org/jira/browse/CB-5718
             Project: Apache Cordova
          Issue Type: Bug
          Components: weinre
    Affects Versions: 2.0.0
            Reporter: Andrew Brock
            Assignee: Patrick Mueller
            Priority: Blocker


2 JS files don't correctly handle https:

web/index.js(64):
--- else if (protocol == "https:") {
+++ else if (weinre_protocol == "https:") {

web/target/target-script-min.js(3359):
--- pattern = /(http:\/\/(.*?)\/)/;
+++ pattern = /(https?:\/\/(.*?)\/)/;



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)