Open GoogleCodeExporter opened 9 years ago
I am using Guice and Guice-Servlet snapshots from 20090205.
I have a filter defined as:
filter("/*").through(LicenseFilter.class);
This filter under certain circumstances includes a JSP, via:
request.getRequestDispatcher("/license_expired.jsp").include(request, response);
The JSP is not processed, but is rather just served up as text/plain.
Is this related?
Original comment by oli.ga...@gmail.com
on 5 Mar 2009 at 2:29
Original comment by limpbizkit
on 27 Apr 2009 at 6:21
Original comment by sberlin
on 22 Feb 2011 at 1:53
This should be fixed. Is this problem still occuring?
Original comment by dha...@gmail.com
on 22 Feb 2011 at 4:01
Original issue reported on code.google.com by
dha...@gmail.com
on 4 Jan 2009 at 6:39