Description
The patch for WICKET-4021 can cause an unused instance of a page to be touched. This page is then stored by the page store, rather than the page used in the request. The attached patch cleans up PageProvider, by removing the touch call and makes the RequestAdapter search for a touched page first and only then load it from the page store.
Attachments
Attachments
Issue Links
- is related to
-
WICKET-4021 PageProvider can instantiate pages even if isNewPageInstance returns false
- Resolved