Servlet Filter is Returning “Proxy Error” on AWS
I have set up a Filter to add crawler support for my GWT web application. The idea is to catch all requests that contain " _escaped_fragment_= " and supply a snapshot for the crawler. I have set up the Filter using Guice as follows: filter("/*").through(CrawlerFilter.class); The following is the code for the CrawlerFilter class (many thanks to Patrick ): @Singleton public class CrawlerFilter implements Filter { private static final Logger logger = Logger.getLogger(CrawlerFilter.class.getName()); /** * Special URL token that gets passed from the crawler to the servlet * filter. This token is