[Mapbender-commits] r8529 - branches/2.7/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Dec 12 02:57:22 PST 2012
Author: verenadiewald
Date: 2012-12-12 02:57:21 -0800 (Wed, 12 Dec 2012)
New Revision: 8529
Modified:
branches/2.7/http/javascripts/initWmcObj.php
Log:
workaround for mb js cache and owsproxy
Modified: branches/2.7/http/javascripts/initWmcObj.php
===================================================================
--- branches/2.7/http/javascripts/initWmcObj.php 2012-12-11 15:58:54 UTC (rev 8528)
+++ branches/2.7/http/javascripts/initWmcObj.php 2012-12-12 10:57:21 UTC (rev 8529)
@@ -88,6 +88,8 @@
file_exists($applicationLoadFile)
) {
$outputString = file_get_contents($applicationLoadFile);
+ $outputString = preg_replace('|/owsproxy/.*/|U', '/owsproxy/'.session_id().'/', $outputString);
+ #new mb_exception($outputString);
}
else {
$wmcDocSession = false;
More information about the Mapbender_commits
mailing list