Opened 17 years ago

Closed 17 years ago

#28 closed defect (fixed)

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 (2)

comment:1 by anonymous, 17 years ago

External ID: 934845

comment:2 by chrisclaydon, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.