Description
When FeedbackMessages are detached via IDetachable#detach() the reporter of the message is set to null.
This seems to be part of legacy cleanup before feedback messages were stored in the components meta data.
Since settings the reporter to null changes the state of the message and
also partially bypasses the logic behing IApplicationSettings#setFeedbackMessageCleanupFilter(..)
we should remove that logic.
Attachments
Issue Links
- is duplicated by
-
WICKET-4799 FeedbackMessage.getReporter does not survive requests - ComponentFeedbackMessageFilter and ContainerFeedbackMessageFilter fail
- Resolved