[ https://issues.apache.org/jira/browse/WICKET-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alastair Maw updated WICKET-391: -------------------------------- Fix Version/s: 1.4.0-alpha Am I correct in assuming this isn't going to come before 1.4/2.0? > Fold BufferedWebResponse into WebResponse to allow extension of both > -------------------------------------------------------------------- > > Key: WICKET-391 > URL: https://issues.apache.org/jira/browse/WICKET-391 > Project: Wicket > Issue Type: Improvement > Components: wicket > Affects Versions: 1.3.0-beta1 > Reporter: Jonathan Locke > Fix For: 1.4.0-alpha > > > currently our webresponse subclasses are not extensible because they are > dynamically picked when constructed by the factory method in session based on > application settings. we should consider folding bufferedwebresponse into > webresponse. we would lazy init the appendingstringbuffer to avoid > constructing that unless buffering is required and provide a boolean setter > to turn on/off buffering (that's probably where the buffer init should > happen). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.