You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by michaelmosmann <gi...@git.apache.org> on 2013/01/16 00:08:47 UTC

wicket pull request: Refactor BaseWicketTester CookieHandling

GitHub user michaelmosmann opened a pull request:

    https://github.com/apache/wicket/pull/28

    Refactor BaseWicketTester CookieHandling

    I have changed the cookie handling in BaseWicketTester. Why? Because the Cookie class is not immutable any change to any cookie is not isolated as one would expect. The cookie instance and not the value is used on any access.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelmosmann/wicket Refactor-WicketTester-CookieHandling

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/wicket/pull/28.patch

----
commit 5521138c412036551bdf96fcbfbe2286a7e1fd9b
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-09-26T20:17:26Z

    ignore idea project files

commit 9a2f8c8665c48abe29611cc5d5f0cc72e53c961c
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-09-30T22:58:04Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 698bfb771128fd157a4e5a47af5e61ff40a06d68
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-01T17:17:46Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit b4645c4608517877aba49bac8d3aec695d8922fc
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-01T18:40:27Z

    git ignore

commit 2965b1b698f1c08eb07a15a60336a6e7ecce4135
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-09T19:34:17Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 2a60388d3513c2f44c507347b6da16d31f618860
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-10-10T18:48:04Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 5ffb19d8bf8522d19506240da8b38ff69a4707eb
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-12-06T21:06:17Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 5e2c00f1f3c1988ed250793ca55768c8fcf1bbac
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2012-12-16T18:05:24Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 56084e963f7558774ff9d3f043f8afec195d412b
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-09T21:22:21Z

    Merge branch 'trunk', remote-tracking branch 'upstream/master' into trunk

commit da4c98957211f346e07c758fc7e5508c4307382e
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-10T21:04:59Z

    Merge remote-tracking branch 'upstream/master' into trunk

commit 1cdccbb4d788e50f15e024b5cdff0e0c3a6d559d
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-15T20:33:22Z

    clone every cookie in mocked request/response

commit d97d3f062ae162fafce5626aeb462d84f9a41fde
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-15T22:48:44Z

    tests are green

commit 4ef074a9e31c03cc00ce02955ad5fb8f5dd599b7
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-15T22:56:19Z

    clean up

commit 2668549f83fbcb6fe3df17da9ce51cb58f74bb78
Author: Michael Mosmann <mi...@mosmann.de>
Date:   2013-01-15T23:00:34Z

    java doc

----