google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

Request Dispatcher must dispatch from web.xml to Guice Servlet #302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the Guice Servlet Request Dispatcher allows dispatch from:

* Guice Servlets to Guice Servlets
* Guice Servlets to web.xml Servlets

But appears not to be performing dispatch from web.xml (for example, a 
<jsp:include> tag) to 
Guice Servlets. 

Original issue reported on code.google.com by dha...@gmail.com on 4 Jan 2009 at 6:39

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 27 Apr 2009 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by sberlin on 22 Feb 2011 at 1:53

GoogleCodeExporter commented 9 years ago
This should be fixed. Is this problem still occuring?

Original comment by dha...@gmail.com on 22 Feb 2011 at 4:01