You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2016/06/18 09:55:49 UTC

[jira] [Updated] (WICKET-6182) Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler

     [ https://issues.apache.org/jira/browse/WICKET-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-6182:
------------------------------------
    Summary: Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler  (was: Remove recreateBookmarkablePagesAfterExpiry ceck in Component#createRequestHandler)

> Remove recreateBookmarkablePagesAfterExpiry check 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)