Status: New
Owner: ----
New issue 780 by [email protected]: Provider<HttpServletRequest> request
injects the original request, not the output of the filter chain
http://code.google.com/p/google-guice/issues/detail?id=780
Description of the issue:
When using Provider<HttpServletRequest> injection, the output of the
Provider is the original request that was passed into GuiceFilter, not the
request that comes out of the filter chain. The end result of this is that
wrapped requests provided by filters in the chain are not available to
components that are running after the filter chain has completed.
Steps to reproduce:
1. Create a class with Provider<HttpServletRequest> as a parameter
2. Filter requests through a filter that wraps the servlet request in some
way before handing it off during the chain
3. Observe that the provided HttpServletRequest is not the wrapped version
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/groups/opt_out.