HttpServletRequestWrapper « Request « JSP-Servlet Q&A





1. jsp:param no longer sets parameters when original request is wrapped with a HttpServletRequestWrapper    stackoverflow.com

I have a filter that takes an incoming request, and then wraps it with an HttpServletRequestWrapper, which in turn has a setParameter() method on it. However, this will no longer work ...

2. Java Web Service HttpServletRequestWrapper Issue: IllegalStateException    stackoverflow.com

I am currently developing a RESTful Webservice in Java using the Jersey library. For security reasons, we want a custom authentication similar to Amazons Simple Storage Service. This requires, however, that I ...