You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ravi Knox (JIRA)" <ji...@apache.org> on 2016/06/17 06:42:05 UTC

[jira] [Created] (WICKET-6182) Remove recreateBookmarkablePagesAfterExpiry ceck in Component#createRequestHandler

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)