[Laszlo-checkins] r13630 - in openlaszlo/trunk: . WEB-INF/lps/lfc/kernel/swf/dojo/flash8
max@openlaszlo.org
max at openlaszlo.org
Tue Apr 7 18:10:36 PDT 2009
Author: max
Date: 2009-04-07 18:10:35 -0700 (Tue, 07 Apr 2009)
New Revision: 13630
Modified:
openlaszlo/trunk/
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as
Log:
Merged revisions 13629 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/branches/pagan-deities
.......
r13629 | max | 2009-04-07 18:01:24 -0700 (Tue, 07 Apr 2009) | 16 lines
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
.......
Property changes on: openlaszlo/trunk
___________________________________________________________________
Name: svnmerge-integrated
- /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334
+ /openlaszlo/branches/4.1:1-10153 /openlaszlo/branches/4.2:1-12154,12181,13205 /openlaszlo/branches/devildog:1-8432 /openlaszlo/branches/pagan-deities:1-7955,8825,10756-10920,10922-10928,10930-10935,11151,11207,11554,13476,13629 /openlaszlo/branches/paperpie:1-6504,6506-6574,6576-7135,7137-7235 /openlaszlo/branches/wafflecone:1-5746,5818-6068,6070-6205,6207-6213,6216-6265,6267-6368,6370-6431,6433-6450,6497,6509,6661,7097,7872 /openlaszlo/trunk:1-3892,3894-3952,3954-4393,4395-4461,4463-4467,4469-4471,4473-5085,5087-5171,5173-5203,5205-5209,5211-5331,5333-5334
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as 2009-04-08 01:01:24 UTC (rev 13629)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/dojo/flash8/ExpressInstall.as 2009-04-08 01:10:35 UTC (rev 13630)
@@ -51,6 +51,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
@@ -86,6 +87,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