Opened 16 years ago

Closed 16 years ago

#78 closed defect (fixed)

Problem with fusion loading under https

Reported by: assefa Owned by: madair
Priority: P2 Milestone: 1.1
Component: Widgets Version: 1.0.6
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

fusion main lib should check for 'https' and not only for http when looking for fusion url.

Change History (4)

comment:1 by assefa, 16 years ago

Here is the fix for this tested against 1.0.6

changes to make in fusion.js

line 314 should be

if (this.fusionURL.indexOf("http://")<0 &&

this.fusionURL.indexOf("https://")<0) {

line 337 should be

if ( ((this.fusionURL.indexOf("http://") < 0 &&

this.fusionURL.indexOf("https://")<0)
(this.fusionURL.indexOf(test,0)

0)) && !(this.bForceRedirect)) {

comment:2 by madair, 16 years ago

Status: newassigned

comment:3 by madair, 16 years ago

(In [1619]) re #78: also check for https as the host protocol

comment:4 by madair, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [1620]) closes #78: also check for https as the host protocol

Note: See TracTickets for help on using tickets.