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

--- Comment #10 from Christopher Schultz <ch...@christopherschultz.net> ---
I think there is a bug in the Filter implementation provided by Jens:

The filter calls chain.doFilter() and then adds the header afterward. This
isn't going to work for any request that generates output that exceeds the
buffer size, or that explicitly calls getOutputStream().flush (or
getWriter().flush).

Is anyone using this Filter implementation anywhere, or was it a
proof-of-concept?

-- 
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