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

Reply via email to