]
RH Bugzilla Integration commented on JBWEB-312:
-----------------------------------------------
baranowb <bbaranow(a)redhat.com> changed the Status of [bug
response.setBufferSize() has no effect when using the response
writer
---------------------------------------------------------------------
Key: JBWEB-312
URL:
https://issues.jboss.org/browse/JBWEB-312
Project: JBoss Web
Issue Type: Bug
Affects Versions: JBossWeb-7.5.0.GA
Reporter: Aaron Ogburn
Assignee: Aaron Ogburn
This is the same issue as
https://issues.apache.org/bugzilla/show_bug.cgi?id=55842
When using the response writer, we end up just flushing the buffer in
org.apache.catalina.connector.OutputBuffer.realWriteChars instead of trying to grow the
buffer.