You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Dominik Drzewiecki (JIRA)" <ji...@apache.org> on 2010/04/23 12:47:51 UTC

[jira] Updated: (WICKET-2847) Make StringResourceStream non final

     [ https://issues.apache.org/jira/browse/WICKET-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Drzewiecki updated WICKET-2847:
---------------------------------------

    Component/s: wicket

> Make StringResourceStream non final
> -----------------------------------
>
>                 Key: WICKET-2847
>                 URL: https://issues.apache.org/jira/browse/WICKET-2847
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 1.4.7
>            Reporter: Dominik Drzewiecki
>             Fix For: 1.4.8
>
>
> org.apache.wicket.util.resource.StringResourceStream is marked as final while org.apache.wicket.util.resource.StringBufferResourceStream (which mimics StringResourceStream, but relies on String Buffer rather than String) is not. I stumbled upon the problem of not being able to override StringResourceStream.toString() which outputs the whole resource. This is particularly annoying while using RequestLogger which invokes toString() on components while logging events.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.