|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
- [jira] [Created] (WICKET-4557) FilteringHeaderRespo... Martin Grigorov (JIRA)
- [jira] [Resolved] (WICKET-4557) FilteringHeade... Martin Grigorov (JIRA)
- [jira] [Reopened] (WICKET-4557) FilteringHeade... Martin Grigorov (JIRA)
- [jira] [Resolved] (WICKET-4557) FilteringHeade... Martin Grigorov (JIRA)

If the configured IHeaderResponseDecorator uses filtering then there is no way to collect the final result because FilteringHeaderResponse#close() calls FilteringHeaderResponse#getContent() which also needs to call FilteringHeaderResponse#close() and this leads to StackOverflowException.