[
https://issues.apache.org/jira/browse/WICKET-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-2847.
-----------------------------------
Assignee: Igor Vaynberg
Resolution: Fixed
> 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
> Assignee: Igor Vaynberg
> 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.