Issue Details (XML | Word | Printable)

Key: CONF-6284
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Horacio Blanco
Votes: 1
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Confluence

Pages served over HTTPS that embed Flash movies display a security warning on IE

Created: 03/Jun/06 08:17 AM   Updated: 05/Jun/07 07:47 PM
Component/s: Browser Support
Affects Version/s: 2.2.1
Fix Version/s: 2.5.4, 2.6.0

Time Tracking:
Not Specified

Environment: Tomcat 5.5.9, jdk 1.5.0, Fedora Core 1,Confluence 2.2.1a

Participants: Christopher Owen [Atlassian], Horacio Blanco and Raul da Silva
Since last comment: 1 year, 31 weeks, 5 days ago
Resolution Date: 05/Jun/07 07:47 PM
Labels:


 Description  « Hide
When viewing a page with embedded Flash movies over HTTPS IE clients get a security popup "This page contains both secure and nonsecure items".

All it takes to fix this is to change the object codebase from:

codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'

to:

codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Christopher Owen [Atlassian] added a comment - 07/Jun/06 03:57 AM
Thanks for the report and advice!

Raul da Silva added a comment - 01/Jun/07 12:17 PM
We have many .swf files posted in Confluence and since our IT folks insist on running HTTPS/SSL, this popup problem has become really annoying for our IE users. Seems like a very easy fix. Even though it's minor, it's been sitting here for almost a year. Please, please assign and fix.