https://issues.apache.org/bugzilla/show_bug.cgi?id=57138
Bug ID: 57138 Summary: OutputBuffer.setBufferSize() doesn't change the CharChunk limit Product: Tomcat 7 Version: 7.0.40 Hardware: All OS: Linux Status: NEW Severity: normal Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: tobias.steffenha...@genedata.com The value of 'javax.faces.FACELETS_BUFFER_SIZE' is dispatched to the OutputBuffer, however only the limit for the ByteChunk will be set, but not for the CharChunk. As for text/html encoding, characters will be written. This causes the response to be committed already after 8K of content. Also this limit seems to be fixed, at least it cannot be changed via configuration. When looking at org.apache.catalina.connector.Response.setConnector(), there is no way to set a different buffer size for the CharChunk. -- 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