-
Clarification
-
Resolution: Obsolete
-
Major
-
None
-
2.0 .Final
-
None
For example see this bug report of rewrite: https://github.com/ocpsoft/rewrite/issues/235
If you inject the HttpServletRequest:
@Inject
private HttpServletRequest request
then you do not get the latest created HttpServletRequestWrapper.
If the wrapper is modifying the request (like adding parameters), these changes would not be visible to the application code using this injected request.