>
>
>
> Your request wrappers store their own reference to a
> HttpServletRequest in addition to the one stored by the
> ServletRequestWrapper class.
>
>
> My guess is that your issue will be solved if you either override
> ServletRequestWrapper.setRequest() to update your request field,  or
> use ServletRequestWrapper.getRequest() method to access the wrapped
> object, instead of storing it by yourself.
>
>
Sounds like good advise.

Thanks

Reply via email to