From c68e234b71f0f1343da28b22a361d045d6587da3 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 7 Aug 2010 00:06:11 +0000 Subject: [PATCH] Slippery proxy! (That 501 gets me all the time.) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10605 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/wfs-filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wfs-filter.js b/examples/wfs-filter.js index 517323eba6..18d517cb35 100644 --- a/examples/wfs-filter.js +++ b/examples/wfs-filter.js @@ -1,7 +1,7 @@ var map; // use proxy if requesting features cross-domain -OpenLayers.ProxyHost= "/proxy/?url="; +OpenLayers.ProxyHost= "proxy.cgi?url="; function init() {