Comment #1 on issue 302 by oli.gauti: Request Dispatcher must dispatch from  
web.xml to Guice Servlet
http://code.google.com/p/google-guice/issues/detail?id=302

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?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to