https://issues.apache.org/bugzilla/show_bug.cgi?id=51952

--- Comment #10 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-10-05 
17:03:49 UTC ---
1. Making the behaviour optional, as suggested in Comment 2, should not hurt.

2. I think that CompressionServletResponseWrapper in this example could
overwrite the sendRedirect() method and recycle its writer and outputstream.
Though 1) sendRedirect() may throw an IllegalStateException,
2) o.a.c.connector.Response#sendRedirect() silently ignores the call if it is
performed from within an included call.

3. I wonder whether it is possible to optimize PageContextImpl.release() so
that it does not flush the buffer if response has been suspended.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to