Description
Since WICKET-6831 the response is flushed before detach.
RequestPageStore delays storing all of stateful pages until detach; at that moment AsynchronousPageStore can no longer acquire the required session id.
Attachments
Issue Links
- causes
-
WICKET-6856 WicketTester fails do startComponentInPage() after session invalidation
- Resolved
- is caused by
-
WICKET-6831 Flush the response before detach
- Resolved
- is fixed by
-
WICKET-6845 stackoverflow while serializing a page containing a reference to session
- Resolved
- is related to
-
WICKET-6848 Session invalidation fails because response is already committed
- Resolved
- mentioned in
-
Page Loading...