Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
-
None
Description
The current behavior makes the browser wait for cleanup on the server-end. The request is only flushed after detach and serialization of the pages. As the processing of the request has already completed, it is not needed to let the browser wait for the server to be cleaning up.
Attachments
Issue Links
- causes
-
WICKET-6847 async page storing fails with flush before detach without session
- Resolved
- is related to
-
WICKET-6848 Session invalidation fails because response is already committed
- Resolved
- relates to
-
WICKET-6702 AsynchronousPageStore with NotDetachedModelChecker - "Not detached model found" exception on several fast sequential Ajax calls
- Resolved
- mentioned in
-
Page Loading...