Open gissuebot opened 10 years ago
From oli.gauti on March 05, 2009 06:29:59
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?
From limpbizkit on April 26, 2009 23:21:27
(No comment was entered for this change.)
Labels: Extension-Servlet
From dhanji on January 04, 2009 01:39:01
Currently, the Guice Servlet Request Dispatcher allows dispatch from:
* Guice Servlets to Guice Servlets
But appears not to be performing dispatch from web.xml (for example, a <jsp:include> tag) to Guice Servlets.
Original issue: http://code.google.com/p/google-guice/issues/detail?id=302