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

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

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

ASF subversion and git services commented on WICKET-6196:
---------------------------------------------------------

Commit fdbb57b11bb5d643b49e57bc19056e70db43995e in wicket's branch refs/heads/master from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=fdbb57b ]

WICKET-6196 mark object checked after checking it


> 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)