I have the problem that under some circumstances a request-object gets modified during a FilterChain.doFilter(request, response) call. For example request.getQueryString() returns the correct query string before doFilter() is called and after it returns null (it is the same request object)? If i understand the servlet specification 2.3 correctly, than the request and response Objects should be untouched. In the sitemesh-code the doFilter() is called in the method parsePage(...) of the class PageFilter.
Regards,
  Oliver
 

Reply via email to