MapGuide Open Source:  Home |  Download |  Internals

Ticket #28 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Internet Explorer HTTPS (SSL) shows the message 'contains both secure and nonsecure items'

Reported by: reisdorf1 Assigned to: reisdorf1
Priority: medium Milestone: 1.2
Component: General Version: 1.1.0
Severity: major Keywords:
Cc: External ID: 934845

Description

There are 3 places were Frames or IFrames are used with out a 'SRC' element. Over HTTPS This causes a popup displaying the message:
This page contains both secure and nonsecure items.
ajaxmappane.templ

framesettaskbar.templ

  • <frame name="scriptFrame" >

framesetnotaskbar.templ

  • <frame name="scriptFrame" >


Without the src element over https, IE will not think everything on the page is secure. More info on the message can be found here: http://support.microsoft.com/default.aspx?scid=kb;en-us;261188

The fix for this should be to attach a default source element pointing to a blank.html page.

Change History

05/11/07 13:08:23 changed by anonymous

  • external_id set to 934845.

05/11/07 14:59:58 changed by chrisclaydon

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in 1.2.x by submission http://trac.osgeo.org/mapguide/changeset/1683

Fixed in trunk by submission http://trac.osgeo.org/mapguide/changeset/1684