Status: New
Owner: ----
New issue 379 by stevekeogh: Forwarding to Servlet Broken w/ Parameters
http://code.google.com/p/google-guice/issues/detail?id=379
I believe there is a bug in Guice-Servlet when grabbing a RequestDispatcher
to a servlet served by Guice.
For example:
with: serve("/download").with(DownloadServlet.class);
request.getRequestDispatcher("/download") will return a
ManagedServletPipeline and forwarding with this dispatcher functions
correctly.
however request.getRequestDispatcher("/download?
code=3vif9&msisdn=46733710212&language=sv") returns an
ApplicationDispatcher and forwarding results in a 404 error.
This issue is discussed in more detail here:
http://groups.google.com/group/google-guice/browse_thread/thread/597d1cfbc2017722
--
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
-~----------~----~----~----~------~----~------~--~---