MarkupComponentBorder fails to close stream (?)
-----------------------------------------------
Key: WICKET-2392
URL: https://issues.apache.org/jira/browse/WICKET-2392
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.4-RC4
Reporter: Arnout Engelen
MarkupComponentBorder, in findMarkupStream, creates a MarkupResourceStream but
doesn't close it.
Shouldn't this stream be closed after the call to
Application.get().getMarkupSettings().getMarkupParserFactory().newMarkupParser(markupResourceStream).parse();
?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.