I have installed the new Geoserver 2.8.0 and to avoid CORS related errors I wanted to implement a reverse proxy, instead of setting response headers.
In version 2.1.3 there was a <filter-name>Reverse Proxy Filter</filter-name> that you could enable, in the web.xml file.
In version 2.8.0, I could not found such filter. How can I implement a reverse proxy, so I can get rid of CORS related issues?
The web interface is down for maintenance.As for your solution, you talk about a CORS filter, not a reverse proxy. Anyhow, I was looking for an official solution provided by Geoserver or Jetty. The official CORS solution suggests adding servlets for Jetty7, Geoserver runs Jetty 6 and Jetty 7 to 8 is now EOL – slevin Nov 24 '15 at 12:18http://localhost:8080on theProxy Base URLunderGlobal,Settingsin the Geoserver (2.8.0) console. Nothing. Either a broken Geoserver, or errors or no proxy. – slevin Nov 24 '15 at 12:32