Allow writing response through an OutputStream
----------------------------------------------
Key: WICKET-4233
URL: https://issues.apache.org/jira/browse/WICKET-4233
Project: Wicket
Issue Type: Improvement
Reporter: Igor Vaynberg
there are two problems to solve here that are related:
a) a lot of legacy code writes things like csv by getting an output stream
b) writing via response.getcontainerresponse().getoutputstream() purely will
not flush the headers because they are flushed on response#write(*) methods only
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira