JSP-Whitelist-Proxy =================== This is a white list proxy that could be used the prevent an error due to JavaScript Same Origin Policy. CAUTION: It might break some sites and it's a security risk because people can use this proxy to browse the web and possibly do bad and/or illegal stuff with it. It can load any content type. This proxy implementation was inspired by the proxy.cgi script of OpenLayers (http://openlayers.org) To use this in OpenLayers you have to set OpenLayers.ProxyHost = "Url/To/This/Proxyfile/proxy.jsp?"; within your JavaScript code. The base code of the proxy has been provided by SNIPPLR (http://snipplr.com/view/17987/jsp-proxy-for-javascript-applications)