[
https://issues.apache.org/jira/browse/WICKET-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frank Bille Jensen updated WICKET-391:
--------------------------------------
Fix Version/s: (was: 1.4-M1)
1.4-M2
> 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-M2
>
>
> 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.