Ticket #78 (assigned defect)

Opened 4 months ago

Last modified 3 weeks ago

Problem with fusion loading under https

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

Description

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

Change History

06/12/08 22:18:37 changed by assefa

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)) {

09/12/08 16:00:07 changed by madair

  • status changed from new to assigned.