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

Martin Grigorov resolved WICKET-3986.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC6
         Assignee: Martin Grigorov

> Potential StackOverflowError in SerializableChecker
> ---------------------------------------------------
>
>                 Key: WICKET-3986
>                 URL: https://issues.apache.org/jira/browse/WICKET-3986
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-RC5.1
>            Reporter: Emond Papegaaij
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.5-RC6
>
>
> At line 517 it checks if 'streamObj' has already been checked, but at 522 it 
> puts 'original' in the map. I don't know what's needed to reproduce it, but 
> wicket-weld triggered it for me. You probably need a class with custom 
> serialization which tries to serialize itself recursively. Changing line 522 
> to 'streamObj' fixed it for me.

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

        

Reply via email to