[fusion-trac] #78: Problem with fusion loading under https

Fusion trac_fusion at osgeo.org
Thu Jun 12 22:18:37 EDT 2008


#78: Problem with fusion loading under https
---------------------+------------------------------------------------------
 Reporter:  assefa   |         Owner:  madair
     Type:  defect   |        Status:  new   
 Priority:  P2       |     Milestone:  1.1   
Component:  Widgets  |       Version:  1.0.6 
 Severity:  Major    |    Resolution:        
 Keywords:           |   External_id:        
    State:  New      |       Browser:  All   
       Os:  All      |  
---------------------+------------------------------------------------------
Comment (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)) {

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/78#comment:1>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.


More information about the fusion-trac mailing list