[ https://issues.apache.org/jira/browse/WICKET-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503249 ]
Jonathan Locke commented on WICKET-391: --------------------------------------- yeah. post 1.3 is fine. > 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.