You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2011/09/18 00:58:09 UTC

[jira] [Commented] (WICKET-3145) MockWebApplication does not allow to manually clear cookiesOfThisSession

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

Igor Vaynberg commented on WICKET-3145:
---------------------------------------

added clearCookiesOfThisSession()

> MockWebApplication does not allow to manually clear cookiesOfThisSession
> ------------------------------------------------------------------------
>
>                 Key: WICKET-3145
>                 URL: https://issues.apache.org/jira/browse/WICKET-3145
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4.12
>            Reporter: Martin Makundi
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.19
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> MockWebApplication does not allow to manually clear cookiesOfThisSession
> Often it is needed for testing various cookie scenarios to have the ability to clear cookiesOfThisSession and sort of start fresh. Especially when reusing WicketTester between junit tests for faster performance and less initialization overhead.
> Workaround:
>       Collection<?> cookiesOfThisSession = Utils.getFieldValue("cookiesOfThisSession", Collection.class, wicketTester);
>       cookiesOfThisSession.clear();

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira