You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/06/12 09:18:20 UTC

[jira] [Created] (WICKET-5227) Component.setMetaData() should not allow saving non-Serializable objects

Martin Grigorov created WICKET-5227:
---------------------------------------

             Summary: Component.setMetaData() should not allow saving non-Serializable objects
                 Key: WICKET-5227
                 URL: https://issues.apache.org/jira/browse/WICKET-5227
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.0.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


Application and RequestCycle can store any type of meta data because it is not being serialized.
At the moment Session.setMetaData() works with Serializable value, but Component can accept any type and will fail during page serialization with runtime error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira