[
https://issues.apache.org/jira/browse/WICKET-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968794#action_12968794
]
Martin Grigorov commented on WICKET-3239:
-----------------------------------------
The warning is there to show that BufferedResponseRequestHandler didn't handle
this request for some reason.
BufferedResponseRequestHandler didn't handle it because it uses the session id
as part of the key in the map of stored responses in Application. Since the
page is stateless the session id is always different ...
I have no idea how to fix it for now. I'll need to debug it.
> for stateless pages wicket complains with "The Buffered response should be
> handled by BufferedResponseRequestHandler"
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: WICKET-3239
> URL: https://issues.apache.org/jira/browse/WICKET-3239
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 1.5-M3
> Reporter: Peter Ertl
>
> when initially rendering a __stateless__ page I get
> "The Buffered response should be handled by BufferedResponseRequestHandler"
> it's logged by WebPageRenderer#respond(cycle) in line 185 in trunk.
> I don't know if this really is worth a warning, maybe we can just remove it.
> There's also method
> WebPageRenderer#enableRedirectForStatelessPage()
> which seems to be somehow involved (and still contains a TODO which probably
> should be resolved before 1.5.0)
> I would like to fix it for myself but don't know much about the background of
> that warning.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.