[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-714) REST server shouldn't attempt to deserialize application/x-java-serialized-object mime type
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Oct 20 12:00:54 EDT 2010
[ https://jira.jboss.org/browse/ISPN-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-714.
--------------------------------
Resolution: Done
> REST server shouldn't attempt to deserialize application/x-java-serialized-object mime type
> -------------------------------------------------------------------------------------------
>
> Key: ISPN-714
> URL: https://jira.jboss.org/browse/ISPN-714
> Project: Infinispan
> Issue Type: Feature Request
> Components: Cache Server
> Affects Versions: 4.0.0.Final, 4.1.0.Final
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 4.2.0.Final, 4.2.0.BETA1
>
>
> The REST server attempts to deserialize byte streams with mime type of application/x-java-serialized-object and store the deserialized object. This can lead to ClassNotFoundExceptions.
> Should instead attempt to store this as bytes and pass back accordingly. If, however, an object already exists on the server side as an object, it should be maintained on the server side in its deserialized form.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list