RequestWrapper « Request « JSP-Servlet Q&A





1. How to know when the request is forwarded in a RequestWrapper object    stackoverflow.com

I am using a subclass of HttpServletRequestWrapper to do some translations on the request parameters, and I cache the translated values the first time they are requested. For example, the first ...