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
Priority: Minor
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