Thanks to everyone in advance -
I have yet to find an easy way to do this but, is it possible to take over the handling of the data (headers and everything) written to JspWriter? Sort of like a liaison to manage that buffer dynamically and then control the output to JspWriter? I am running into issues with redirects where the status header is already being flushed out because of some of my includes (I think its the includes, but regardless its definitely flushing the buffer).
I am aware of setting buffer sizes etc.
I am not using a framework, just pure jsp on tomcat.
Thanks,
Sam