Skip to content

Commit

Permalink
Replace spaces with tabs. No functional change.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Mar 14, 2012
1 parent b91d9f5 commit d23a2b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions proxy.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
*
*/
String[] allowedHosts = {
"www.openlayers.org", "openlayers.org",
"labs.metacarta.com", "world.freemap.in",
"prototype.openmnnd.org", "geo.openplans.org",
"sigma.openplans.org", "demo.opengeo.org",
"www.openstreetmap.org", "sample.azavea.com",
"v-swe.uni-muenster.de:8080",
"vmap0.tiles.osgeo.org"
"www.openlayers.org", "openlayers.org",
"labs.metacarta.com", "world.freemap.in",
"prototype.openmnnd.org", "geo.openplans.org",
"sigma.openplans.org", "demo.opengeo.org",
"www.openstreetmap.org", "sample.azavea.com",
"v-swe.uni-muenster.de:8080",
"vmap0.tiles.osgeo.org"
};
HttpURLConnection con = null;
try {
Expand Down Expand Up @@ -116,4 +116,4 @@ try {
out.println("ERROR 500: An internal server error occured. " + e.getMessage() + " " + new String(idata));
}
%>
%>

0 comments on commit d23a2b9

Please sign in to comment.