[
https://issues.apache.org/jira/browse/CB-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162273#comment-14162273
]
Patrick Mueller commented on CB-5718:
-------------------------------------
I've commit the patch here:
https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;a=commit;h=891a61f73f27c171f5170327c18858ccf48841d2
I've been having difficulties publishing to npm - if you'd like to try it
before I get the issue resolved, you can install from the tarball, with this
command:
sudo npm -g install
http://people.apache.org/~pmuellr/weinre/builds/2.0.0-pre-I0Z7U9OV/apache-cordova-weinre-2.0.0-pre-I0Z7U9OV-bin.tar.gz
> 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
> Labels: https
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]