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

--- Comment #2 from Martin Maier-Moessner <martin.maier-moess...@oenb.at> ---
1. It is reproducable with a simple Servlet as well. In fact, I found this bug
using a JSF application where the response was chunked, even though I set the
context-param 'javax.faces.FACELETS_BUFFER_SIZE' to a high value (over 1MB).
Myfaces calls response.setBufferSize with the correct value.

2. All chunks are 2,000 bytes (looks like this is some kind of default)

I have created and attached a simple project that you can use to see the
problem. Just deploy the Servlet to Tomcat and run the test case. The test case
shows the chunks in System.err.

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