Module: nagvis Branch: master Commit: d4315f1c5bd3bded7f9be837e4319d9a13c6dc2f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=d4315f1c5bd3bded7f9be837e4319d9a13c6dc2f
Author: Andriy Skuratov <[email protected]> Date: Tue Aug 18 16:58:10 2009 +0300 Fix for IE bug with SSL. --- share/netmap/amf-server.php | 3 +++ uifx/src/services-config.xml | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/share/netmap/amf-server.php b/share/netmap/amf-server.php index e28db8d..0b53a74 100644 --- a/share/netmap/amf-server.php +++ b/share/netmap/amf-server.php @@ -21,6 +21,9 @@ * *****************************************************************************/ +//fix for IE bug with SSL +header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0'); + set_include_path(get_include_path() . PATH_SEPARATOR . realpath(dirname(__FILE__)) . '/library/'); require_once('Zend/Loader.php'); diff --git a/uifx/src/services-config.xml b/uifx/src/services-config.xml index d454efb..c3db985 100644 --- a/uifx/src/services-config.xml +++ b/uifx/src/services-config.xml @@ -6,6 +6,7 @@ messageTypes="flex.messaging.messages.RemotingMessage"> <destination id="zend"> <channels> + <channel ref="zend-endpoint-secure"/> <channel ref="zend-endpoint"/> </channels> <properties> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
