[Laszlo-checkins] r13629 - openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/kernel/swf/dojo/flash8
max@openlaszlo.org
max at openlaszlo.org
Tue Apr 7 18:01:24 PDT 2009
Author: max
Date: 2009-04-07 18:01:24 -0700 (Tue, 07 Apr 2009)
New Revision: 13629
Modified:
openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as
Log:
Change 20090407-maxcarlson-5 by maxcarlson at Bank on 2009-04-07 16:10:01 PDT
in /Users/maxcarlson/openlaszlo/pagan-deities
for http://svn.openlaszlo.org/openlaszlo/branches/pagan-deities
Summary: fix ExpressInstall updates when the app loads over SSL
Bugs Fixed: LPP-8036 - Flash Detection Issues Running https
Technical Reviewer: hminsky
QA Reviewer: lhenrywilkins
Details: Add System.security.allowInsecureDomain() to allow the updater swf to be loaded from an SSL app.
Tests: Run the flash player uninstaller. Install Flash 7. Set up tomcat to support SSL - see $TOMCAT_HOME/conf/server.xml. Load any movie compiled for swf8 from an https url, e.g. https://192.168.1.4:8443/pagan-deities/my-apps/copy-of-hello.lzx?lzr=swf8&lzt=html
Modified: openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as
===================================================================
--- openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as 2009-04-07 23:22:00 UTC (rev 13628)
+++ openlaszlo/branches/pagan-deities/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as 2009-04-08 01:01:24 UTC (rev 13629)
@@ -34,6 +34,7 @@
function loadUpdater(){
System.security.allowDomain("fpdownload.macromedia.com");
+ System.security.allowInsecureDomain("fpdownload.macromedia.com");
// hope that nothing is at a depth of 10000000, you can change this depth if needed, but you want
// it to be on top of your content if you have any stuff on the first frame
@@ -72,6 +73,6 @@
}
/* X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ******************************************************/
More information about the Laszlo-checkins
mailing list