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/07/01 08:59:11 UTC

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

    [ https://issues.apache.org/jira/browse/WICKET-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358678#comment-15358678 ] 

Ravi Knox commented on WICKET-6182:
-----------------------------------

Works!
Thank you.

> 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
>            Assignee: Martin Grigorov
>             Fix For: 8.0.0-M1, 7.4.0
>
>
> 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)