posted 14 years ago
Hello,
does anyone know if its possible to change the content of an HttpServletResponse in a ServletFilter?
I know that as long as the response hasn't been committed, I can add content as follows:
but is it possible to capture the responseoutput and change its contents according to certain rules?