[
https://issues.apache.org/jira/browse/CB-5718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14162018#comment-14162018
]
ASF subversion and git services commented on CB-5718:
-----------------------------------------------------
Commit 891a61f73f27c171f5170327c18858ccf48841d2 in cordova-weinre's branch
refs/heads/master from [~pmuellr]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-weinre.git;h=891a61f ]
update for release 2.0.0-pre-I0Z7U9OV
* fix for https://issues.apache.org/jira/browse/CB-5718
Detection of HTTPS broken
> 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]