Ravi Knox created WICKET-6182:
---------------------------------
Summary: Remove recreateBookmarkablePagesAfterExpiry ceck in
Component#createRequestHandler
Key: WICKET-6182
URL: https://issues.apache.org/jira/browse/WICKET-6182
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 7.2.0
Reporter: Ravi Knox
When setting setRecreateBookmarkablePagesAfterExpiry(false) wicket does not use
the BookmarkableListenerInterfaceRequestHandler in
Component#createRequestHandler() for mounted Pages.
That makes it impossible to read cookies that have the mounted page as its path
because the Listener URL points to
http://some-url.com/wicket/page?1-1IBehaviorListener... instead of
http://some-url.com/myPage/?1-1IBehaviorListener...
See also
http://apache-wicket.1842946.n4.nabble.com/Implications-of-setRecreateBookmarkablePagesAfterExpiry-td4674899.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)