You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2016/07/05 20:01:11 UTC

[jira] [Assigned] (WICKET-6196) CheckingObjectOutputStream broken in Wicket 7

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

Sven Meier reassigned WICKET-6196:
----------------------------------

    Assignee: Sven Meier

> CheckingObjectOutputStream broken in Wicket 7
> ---------------------------------------------
>
>                 Key: WICKET-6196
>                 URL: https://issues.apache.org/jira/browse/WICKET-6196
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 7.3.0
>         Environment: Wicket 7.3.0, jre 1.8.0_92 (32 bit), win 7 (64 bit)
>            Reporter: Jonas
>            Assignee: Sven Meier
>            Priority: Minor
>
> CheckingObjectOutputStream seems to be broken in Wicket 7: child components of pages no longer seem to be checked.
> The issue can be reproduced by slightly changing org.apache.wicket.core.util.objects.checker:SessionCheckerTest:
> line 55 should read
>     byte[] serialized = serializer.serialize(new InternalErrorPage().add(component));
> (i.e. the serialized component is added to an InternalErrorPage first)
> The test fails and the serialized session is no longer detected.
> The same code on Wicket 6 works just fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)