CollectionUtils._checkSerialization should not throw exceptions for null values
-------------------------------------------------------------------------------
Key: TRINIDAD-1824
URL: https://issues.apache.org/jira/browse/TRINIDAD-1824
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 2.0.0.3-core
Reporter: Max Starets
Assignee: Max Starets
Priority: Minor
To reproduce the issue, enable serialization checking
(-Dorg.apache.myfaces.trinidad.CHECK_STATE_SERIALIZATION=all ), and store a
null value on the session map (whcih is legal).
We need to modify CollectionUtils._checkSerialization() to not throw exceptions
for null values.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.