Ticket #28 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: reisdorf1 Owned by: 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

Changed 5 years ago by anonymous

  • external_id set to 934845

Changed 5 years ago by chrisclaydon

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.