You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alastair Maw (JIRA)" <ji...@apache.org> on 2007/05/24 19:57:16 UTC

[jira] Updated: (WICKET-391) Fold BufferedWebResponse into WebResponse to allow extension of both

     [ 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:     (was: trunk)

> 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: trunk
>            Reporter: Jonathan Locke
>
> 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.