[Mapbender-commits] r9427 - trunk/mapbender/tools

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 31 06:05:54 PDT 2016


Author: armin11
Date: 2016-03-31 06:05:54 -0700 (Thu, 31 Mar 2016)
New Revision: 9427

Modified:
   trunk/mapbender/tools/mod_monitorCapabilities_main.php
Log:
Bugfix - thanx to stefan wannemacher

Modified: trunk/mapbender/tools/mod_monitorCapabilities_main.php
===================================================================
--- trunk/mapbender/tools/mod_monitorCapabilities_main.php	2016-03-31 06:15:33 UTC (rev 9426)
+++ trunk/mapbender/tools/mod_monitorCapabilities_main.php	2016-03-31 13:05:54 UTC (rev 9427)
@@ -282,7 +282,7 @@
 		$status_comment = getTagOutOfXML($monitorFile,"comment");
 		$cap_diff = getTagOutOfXML($monitorFile,"getcapdiff");
 		$image = getTagOutOfXML($monitorFile,"image");
-		$map_url = urldecode(getTagOutOfXML($monitorFile,"getmapurl"));
+		$map_url = rawurldecode(getTagOutOfXML($monitorFile,"getmapurl"));
 		$timestamp_begin = getTagOutOfXML($monitorFile,"getcapbegin");
 		$timestamp_end = getTagOutOfXML($monitorFile,"getcapend");
 



More information about the Mapbender_commits mailing list