Description
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.