
| Key: |
CONF-6284
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Horacio Blanco
|
| Votes: |
1
|
| Watchers: |
2
|
|
|
|
Environment:
|
Tomcat 5.5.9, jdk 1.5.0, Fedora Core 1,Confluence 2.2.1a
|
|
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'
|
|
Description
|
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' |
Show » |
|