Ticket #78 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

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: 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

Changed 4 years ago 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)) {

Changed 3 years ago by madair

  • status changed from new to assigned

Changed 3 years ago by madair

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

Changed 3 years ago by madair

  • status changed from assigned to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.