You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "bernard (JIRA)" <ji...@apache.org> on 2013/02/17 19:27:12 UTC

[jira] [Commented] (WICKET-5001) Recovery of bookmarkable Page after Session Expiry

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

bernard commented on WICKET-5001:
---------------------------------

The unexpected behavior is caused by a mapping. Pease see Issue WICKET-5043 for a clearer test case.
                
> Recovery of bookmarkable Page after Session Expiry
> --------------------------------------------------
>
>                 Key: WICKET-5001
>                 URL: https://issues.apache.org/jira/browse/WICKET-5001
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.4.0
>         Environment: Java 7, GlassFish 3.1.2.2
>            Reporter: bernard
>         Attachments: Testcase.zip
>
>
> Some efforts were made since 1.5 to reduce occurrences of PageExpiredException or at least the impact of it.
> Please see WICKET-4014
> With Wicket 6.4.0 it appears that a simple test case does not produce the expected results.
> The attached quickstart tests a page containing a form. The page does not have any meaningful state.
> Therefore, after session expiry Wicket should call the default constructor and execute form submit or link onclick without any problems.
> There is no difference in outcome that could be expected before and after expiry.
> In real life, if the page was constructed with an IModel constructor, of course the model would not exist after expiry but that could be handled in the default constructor that is called after expiry.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira