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

--- Comment #10 from Christopher Schultz <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to