[Mapbender-commits] r1688 - trunk/mapbender/owsproxy/http

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Sep 26 05:39:44 EDT 2007


Author: christoph
Date: 2007-09-26 05:39:44 -0400 (Wed, 26 Sep 2007)
New Revision: 1688

Modified:
   trunk/mapbender/owsproxy/http/index.php
Log:
http://trac.osgeo.org/mapbender/ticket/103

Modified: trunk/mapbender/owsproxy/http/index.php
===================================================================
--- trunk/mapbender/owsproxy/http/index.php	2007-09-26 09:38:45 UTC (rev 1687)
+++ trunk/mapbender/owsproxy/http/index.php	2007-09-26 09:39:44 UTC (rev 1688)
@@ -195,7 +195,7 @@
 	} 
 }
 function removeOWSGetParams($query_string){
-	$r = preg_replace("/.*request=external&/","",$query_string);
+	$r = preg_replace("/\.\*request=external&/","",$query_string);
 	return $r;
 }
 function getConjunctionCharacter($url){



More information about the Mapbender_commits mailing list