[Mapbender-commits] r9140 - trunk/mapbender/conf
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jan 8 01:03:33 PST 2015
Author: armin11
Date: 2015-01-08 01:03:33 -0800 (Thu, 08 Jan 2015)
New Revision: 9140
Added:
trunk/mapbender/conf/excludeproxyurls.conf-dist
Log:
Possibility to exclude urls from the owsproxy in case of featureinfo requests. Sometimes there are problems with redirects and headers, and not all urls should be replaced.
Added: trunk/mapbender/conf/excludeproxyurls.conf-dist
===================================================================
--- trunk/mapbender/conf/excludeproxyurls.conf-dist (rev 0)
+++ trunk/mapbender/conf/excludeproxyurls.conf-dist 2015-01-08 09:03:33 UTC (rev 9140)
@@ -0,0 +1,7 @@
+<?php
+//Hash of urls not to be proxied by the featureinfo url proxy
+$urlsToExclude = array(
+ "http://www.google.com",
+ "http://www.google.de"
+);
+?>
More information about the Mapbender_commits
mailing list